Changed version number to 1.0.2.
This commit is contained in:
parent
6b3e451b83
commit
06ed985f84
7
NEWS
7
NEWS
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue