Skip to content

Commit

Permalink
(FRICK!) Forgot to update the version!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed Jan 6, 2022
1 parent d6f5b0e commit 1e71709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary build tools)
# -----------------------------------------------------------------------------

VERS_MAJ=4 # first digit of version
VERS_INT=5 # second digit of version
VERS_MIN=0 # third digit of version
VERS_DEV=1 # flag: 1 = between releases development version
VERS_INT=4 # second digit of version
VERS_MIN=1 # third digit of version
VERS_DEV=0 # flag: 1 = between releases development version
# 0 = official formal release version

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

0 comments on commit 1e71709

Please sign in to comment.