aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.nmake4
-rw-r--r--configure.in2
-rw-r--r--debian/changelog2
-rw-r--r--docbook/release-notes.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/config.nmake b/config.nmake
index eaedab6667..6fed1c6b2b 100644
--- a/config.nmake
+++ b/config.nmake
@@ -15,8 +15,8 @@ WIRESHARK_TARGET_PLATFORM=win32
# The current Wireshark version
# It's highly recommended to leave MAJOR/MINOR/MICRO unchanged
VERSION_MAJOR=1
-VERSION_MINOR=5
-VERSION_MICRO=2
+VERSION_MINOR=7
+VERSION_MICRO=0
VERSION_BUILD=0
# It's recommended to change VERSION_EXTRA for your own custom builds
# e.g. "-SVN-12345"
diff --git a/configure.in b/configure.in
index a121e24f61..48e3601236 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
#
AC_PREREQ(2.60)
-AC_INIT(wireshark, 1.5.2)
+AC_INIT(wireshark, 1.7.0)
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or
diff --git a/debian/changelog b/debian/changelog
index 25a36fa197..78d419a88f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-wireshark (1.5.2) unstable; urgency=low
+wireshark (1.7.0) unstable; urgency=low
* Self-made package
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 4935d05353..fe96133a8a 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -12,7 +12,7 @@ DOCUMENT SECTION
<!--
Wireshark Info
-->
- <!ENTITY WiresharkCurrentVersion "1.5.2">
+ <!ENTITY WiresharkCurrentVersion "1.7.0">
]>