We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e633f70 commit 92c26a3Copy full SHA for 92c26a3
1 file changed
configure.ac
@@ -3,9 +3,9 @@
3
#
4
AC_PREREQ(2.60)
5
6
-define([VERSION_MAJOR], [1])
+define([VERSION_MAJOR], [2])
7
define([VERSION_MINOR], [0])
8
-define([VERSION_FIX], [5])
+define([VERSION_FIX], [0])
9
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10
define([VERSION_SUFFIX], [_master])
11
0 commit comments