Bump the version to 0.9.10.

svn path=/trunk/; revision=7271
This commit is contained in:
Gerald Combs 2003-03-04 03:56:33 +00:00
parent 82f7e126ec
commit fbd2efeccc
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $Id: config.nmake,v 1.34 2003/01/21 02:12:16 gerald Exp $
# $Id: config.nmake,v 1.35 2003/03/04 03:56:31 gerald Exp $
VERSION=0.9.9
RC_VERSION=0.9.9
VERSION=0.9.10
RC_VERSION=0.9.10
WTAP_VERSION=0.0
GTK_VERSION=1.3

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.199 2003/03/02 22:11:26 jmayer Exp $
# $Id: configure.in,v 1.200 2003/03/04 03:56:31 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.9.9)
AM_INIT_AUTOMAKE(ethereal, 0.9.10)
dnl Checks for programs.
AC_PROG_CC

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.38 2003/02/28 05:09:50 guy Exp $
# $Id: configure.in,v 1.39 2003/03/04 03:56:33 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -17,7 +17,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(libethereal.a, 0.9.9)
AM_INIT_AUTOMAKE(libethereal.a, 0.9.10)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.