mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 03:53:18 +03:00
Changed version to 1.1.7.
This commit is contained in:
parent
2de2b72af9
commit
20bfb04886
@ -19,7 +19,7 @@ AC_CONFIG_AUX_DIR(config)
|
||||
dnl current version
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=1
|
||||
RELEASE_VERSION=6
|
||||
RELEASE_VERSION=7
|
||||
|
||||
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.1.6"
|
||||
# define VERSION "1.1.7"
|
||||
#endif
|
||||
|
||||
// important strings
|
||||
|
Loading…
Reference in New Issue
Block a user