Skip to content

Commit 1e71709

Browse files
committed
(FRICK!) Forgot to update the version!
1 parent d6f5b0e commit 1e71709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary build tools)
2626
# -----------------------------------------------------------------------------
2727

2828
VERS_MAJ=4 # first digit of version
29-
VERS_INT=5 # second digit of version
30-
VERS_MIN=0 # third digit of version
31-
VERS_DEV=1 # flag: 1 = between releases development version
29+
VERS_INT=4 # second digit of version
30+
VERS_MIN=1 # third digit of version
31+
VERS_DEV=0 # flag: 1 = between releases development version
3232
# 0 = official formal release version
3333

3434
AM_INIT_AUTOMAKE(hercules,${VERS_MAJ}.${VERS_INT}.${VERS_MIN})

0 commit comments

Comments
 (0)