aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.nmake4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 402da7ff18..ee991386e2 100644
--- a/config.nmake
+++ b/config.nmake
@@ -4,7 +4,7 @@
# in the file README.win32.
# The current Ethereal version
-VERSION=0.10.8
+VERSION=0.10.9
#
# The RC_VERSION should be comma-separated, not dot-separated,
@@ -17,7 +17,7 @@ VERSION=0.10.8
# number to be correctly displayed in the explorer properties dialog
# for the executables, and XP's tooltip, rather than 0.0.0.0."
#
-RC_VERSION=0,10,8
+RC_VERSION=0,10,9
# The version of the wiretap library
WTAP_VERSION=0.1
diff --git a/configure.in b/configure.in
index 6e482ffbff..f6e4c579e8 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(ethereal, 0.10.8)
+AM_INIT_AUTOMAKE(ethereal, 0.10.9)
AM_DISABLE_STATIC