mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Prepare for release 2.7.0.
This commit is contained in:
parent
c7b39bacf2
commit
cea3baef91
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
#define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x)
|
||||
|
||||
#define SPECTRWM_MAJOR 2
|
||||
#define SPECTRWM_MINOR 6
|
||||
#define SPECTRWM_PATCH 2
|
||||
#define SPECTRWM_MINOR 7
|
||||
#define SPECTRWM_PATCH 0
|
||||
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
|
||||
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
|
||||
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)
|
||||
|
|
Loading…
Add table
Reference in a new issue