Skip to content

Commit

Permalink
Version 3.2 Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
globaltoken committed Dec 21, 2019
1 parent 6f697f8 commit 7720be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
@@ -1,10 +1,10 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 3)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 99)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_GLT_START, 2017)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_YEAR_GLT, 2019)
Expand Down

0 comments on commit 7720be6

Please sign in to comment.