Changed version number to 1.0.1.

This commit is contained in:
crs 2003-01-22 08:37:32 +00:00
parent a55119f096
commit 669f0b3974
3 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -1,6 +1,12 @@
Synergy News Synergy News
============ ============
* Jan-22-2003 - Synergy 1.0.1 released
Made following changes:
* Fixed running as a service on Windows NT family
* Jan-20-2003 - Synergy 1.0.0 released * Jan-20-2003 - Synergy 1.0.0 released
Made following changes: Made following changes:

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=0 MINOR_VERSION=0
RELEASE_VERSION=0 RELEASE_VERSION=1
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.0.0" # define VERSION "1.0.1"
#endif #endif
// important strings // important strings