summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-01 19:21:00 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-01 19:21:00 +0000
commit08dea4588e0a6b245d7ff75a2297226571559480 (patch)
treedb0a1439609b770ea6b2d9c004411b21758e6650 /config.nmake
parent30820fa73e95b99de09b9c954df42cd9849d32c9 (diff)
downloadwireshark-08dea4588e0a6b245d7ff75a2297226571559480.tar.gz
Bump the version number to 1.1. Clean up the release notes.
svn path=/trunk/; revision=18062
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 077720d96b..b02347ec71 100644
--- a/config.nmake
+++ b/config.nmake
@@ -5,8 +5,8 @@
# The current Ethereal version
# VERSION_EXTRA can be used for custom builds, e.g. "-SVN-12345"
-VERSION_MAJOR=0
-VERSION_MINOR=99
+VERSION_MAJOR=1
+VERSION_MINOR=1
VERSION_MICRO=0
VERSION_EXTRA=
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)$(VERSION_EXTRA)