mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Changed version number to 0.9.10.
This commit is contained in:
parent
a729e33cfb
commit
a7d413dd75
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
|||
dnl current version
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=9
|
||||
RELEASE_VERSION=9
|
||||
RELEASE_VERSION=10
|
||||
|
||||
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.9"
|
||||
# define VERSION "0.9.10"
|
||||
#endif
|
||||
|
||||
// important strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue