Skip to content

Commit 92c26a3

Browse files
committed
Bump version to 2.0.0 for IPv6 support
1 parent e633f70 commit 92c26a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
AC_PREREQ(2.60)
55

6-
define([VERSION_MAJOR], [1])
6+
define([VERSION_MAJOR], [2])
77
define([VERSION_MINOR], [0])
8-
define([VERSION_FIX], [5])
8+
define([VERSION_FIX], [0])
99
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
1010
define([VERSION_SUFFIX], [_master])
1111

0 commit comments

Comments
 (0)