Skip to content

Commit f7c6a3d

Browse files
committed
4.8 formal release
1 parent 700d490 commit f7c6a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary build tools)
2828
VERS_MAJ=4 # first digit of version
2929
VERS_INT=8 # second digit of version
3030
VERS_MIN=0 # third digit of version
31-
VERS_DEV=1 # flag: 1 = between releases development version
32-
# 0 = official formal release version
31+
VERS_DEV=0 # flag: 1 = between releases DEVELOPMENT version
32+
# 0 = formal OFFICIAL RELEASE version
3333

3434
AM_INIT_AUTOMAKE(hercules,${VERS_MAJ}.${VERS_INT}.${VERS_MIN})
3535
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

0 commit comments

Comments
 (0)