From 9dd5452d3e35ec9e31633f34594f6d1feea93073 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 15 Jan 2005 18:18:09 +0000 Subject: [PATCH] Bump the version to 0.10.9. svn path=/trunk/; revision=13049 --- config.nmake | 4 ++-- configure.in | 2 +- 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