aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
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)