Changed version to 1.1.8.

This commit is contained in:
crs 2004-07-25 14:18:50 +00:00
parent 95e4963f1d
commit 59e466da0a
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
dnl current version dnl current version
MAJOR_VERSION=1 MAJOR_VERSION=1
MINOR_VERSION=1 MINOR_VERSION=1
RELEASE_VERSION=7 RELEASE_VERSION=8
dnl initialize automake dnl initialize automake
AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION) AM_INIT_AUTOMAKE(synergy, $MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION)

View File

@ -19,7 +19,7 @@
// set version macro if not set yet // set version macro if not set yet
#if !defined(VERSION) #if !defined(VERSION)
# define VERSION "1.1.7" # define VERSION "1.1.8"
#endif #endif
// important strings // important strings