aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-05-23 13:56:41 -0700
committerGerald Combs <gerald@wireshark.org>2014-05-23 20:57:42 +0000
commit285405a0d754d14cd276b83227a55d504b3cda82 (patch)
treecadb52f7504087803e861fe75363ae874c87d7cd /configure.ac
parent8a7e1f48799eb39628a2f5fd3a5bf40c263db8c8 (diff)
1.11.4 → 1.99.0.
Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044 Reviewed-on: https://code.wireshark.org/review/1761 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e95f758ed3..4692b88b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@
# Define variables for the components of the Wireshark version number.
#
m4_define([version_major], [1])
-m4_define([version_minor], [11])
-m4_define([version_micro], [4])
+m4_define([version_minor], [99])
+m4_define([version_micro], [0])
m4_define([version_micro_extra], version_micro)
m4_append([version_micro_extra], [])