Skip to content

Commit 7cd1e4d

Browse files
Prepare for release 3.1.0.
1 parent 6b80d23 commit 7cd1e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#define SPECTRWM_STRINGIZE(x) SPECTRWM_STR(x)
2323

2424
#define SPECTRWM_MAJOR 3
25-
#define SPECTRWM_MINOR 0
26-
#define SPECTRWM_PATCH 2
25+
#define SPECTRWM_MINOR 1
26+
#define SPECTRWM_PATCH 0
2727
#define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \
2828
SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \
2929
SPECTRWM_STRINGIZE(SPECTRWM_PATCH)

0 commit comments

Comments
 (0)