0.10.14 -> 0.99.0.

svn path=/trunk/; revision=17849
This commit is contained in:
Gerald Combs 2006-04-12 20:54:40 +00:00
parent dc4488c3d4
commit e9fb9fe971
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
# The current Ethereal version
# VERSION_EXTRA can be used for custom builds, e.g. "-SVN-12345"
VERSION_MAJOR=0
VERSION_MINOR=10
VERSION_MICRO=14
VERSION_MINOR=99
VERSION_MICRO=0
VERSION_EXTRA=
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_MICRO)$(VERSION_EXTRA)

View File

@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.10.14)
AM_INIT_AUTOMAKE(ethereal, 0.99.0)
AM_DISABLE_STATIC