aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-17 23:01:20 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-17 23:01:20 +0000
commit55b798b353d59ab76eac3985b1c14cbe5ce51d61 (patch)
treec55e53be6b3edffe0dc5e95db75089da8472c3b0 /config.nmake
parent549b1275ea5b9a99c3b23a0c6d49cd0b7f09fb66 (diff)
Bump the version in the trunk to 1.0.99 (which will become 1.1.0 at some
point). svn path=/trunk/; revision=24676
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 08e4fbccc7..d439242f7b 100644
--- a/config.nmake
+++ b/config.nmake
@@ -9,9 +9,9 @@
# The current Wireshark version
# It's highly recommended to leave MAJOR/MINOR/MICRO unchanged
-VERSION_MAJOR=0
-VERSION_MINOR=99
-VERSION_MICRO=9
+VERSION_MAJOR=1
+VERSION_MINOR=0
+VERSION_MICRO=99
VERSION_BUILD=0
# It's recommended to change VERSION_EXTRA for your own custom builds
# e.g. "-SVN-12345"