Changed version number to 1.0.2.

This commit is contained in:
crs 2003-01-25 13:39:26 +00:00
parent 6b3e451b83
commit 06ed985f84
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@ -1,6 +1,13 @@
Synergy News
============
* Jan-25-2003 - Synergy 1.0.2 released
Made following changes:
* Fixed out-of-bounds array lookup in the BSD and Windows network code
* Added ability to set screen options from Windows launch dialog
* Jan-22-2003 - Synergy 1.0.1 released
Made following changes:

View File

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

View File

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