mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
Changed version number to 1.0.2.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user