Bump the version to 0.10.1.

svn path=/trunk/; revision=10100
This commit is contained in:
Gerald Combs 2004-02-19 00:28:15 +00:00
parent ad1a6ce0e4
commit 0fca486734
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $Id: config.nmake,v 1.80 2004/02/10 18:12:40 ulfl Exp $
# $Id: config.nmake,v 1.81 2004/02/19 00:28:14 gerald Exp $
VERSION=0.10.0
VERSION=0.10.1
#
# The RC_VERSION should be comma-separated, not dot-separated,
# as per Graham Bloice's message in
@ -12,7 +12,7 @@ VERSION=0.10.0
# 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,0
RC_VERSION=0,10,1
WTAP_VERSION=0.1
#

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.246 2004/02/07 06:32:20 jmayer Exp $
# $Id: configure.in,v 1.247 2004/02/19 00:28:14 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.10.0a)
AM_INIT_AUTOMAKE(ethereal, 0.10.1)
AM_DISABLE_STATIC

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.58 2004/02/08 01:15:53 jmayer Exp $
# $Id: configure.in,v 1.59 2004/02/19 00:28:15 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.10.0a)
AM_INIT_AUTOMAKE(libethereal.a, 0.10.1)
AM_CONFIG_HEADER(config.h)
AM_DISABLE_STATIC