Changed version number to 0.9.11. Added NEWS item.
This commit is contained in:
parent
ecb2fbb342
commit
a210c8c1ec
7
NEWS
7
NEWS
|
@ -1,6 +1,13 @@
|
|||
Synergy News
|
||||
============
|
||||
|
||||
* Sep-04-2002 - Synergy 0.9.11 released
|
||||
|
||||
Fixed following bugs:
|
||||
* Worked around missing SendInput() on windows 95/NT 4 prior to SP3
|
||||
* Fixed keyboard mapping on X11 synergy client
|
||||
|
||||
|
||||
* Sep-02-2002 - Synergy 0.9.10 released
|
||||
|
||||
Fixed following bugs:
|
||||
|
|
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
|||
dnl current version
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=9
|
||||
RELEASE_VERSION=10
|
||||
RELEASE_VERSION=11
|
||||
|
||||
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 "0.9.10"
|
||||
# define VERSION "0.9.11"
|
||||
#endif
|
||||
|
||||
// important strings
|
||||
|
|
Loading…
Reference in New Issue