Move to 1.1.4.

svn path=/trunk/; revision=27767
This commit is contained in:
Gerald Combs 2009-03-18 05:42:03 +00:00
parent 0095250d83
commit 2d24475011
4 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ WIRESHARK_TARGET_PLATFORM=win32
# It's highly recommended to leave MAJOR/MINOR/MICRO unchanged # It's highly recommended to leave MAJOR/MINOR/MICRO unchanged
VERSION_MAJOR=1 VERSION_MAJOR=1
VERSION_MINOR=1 VERSION_MINOR=1
VERSION_MICRO=3 VERSION_MICRO=4
VERSION_BUILD=0 VERSION_BUILD=0
# It's recommended to change VERSION_EXTRA for your own custom builds # It's recommended to change VERSION_EXTRA for your own custom builds
# e.g. "-SVN-12345" # e.g. "-SVN-12345"

View File

@ -12,7 +12,7 @@ dnl AC_CANONICAL_HOST
dnl AC_CANONICAL_BUILD dnl AC_CANONICAL_BUILD
dnl AC_CANONICAL_TARGET dnl AC_CANONICAL_TARGET
AC_INIT(wireshark, 1.1.3) AC_INIT(wireshark, 1.1.4)
AM_INIT_AUTOMAKE([1.9 tar-ustar]) AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_DISABLE_STATIC AM_DISABLE_STATIC

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
wireshark (1.1.3) unstable; urgency=low wireshark (1.1.4) unstable; urgency=low
* Self-made package * Self-made package

View File

@ -71,12 +71,12 @@ my %version_pref = (
"format" => "SVN %Y%m%d%H%M%S", "format" => "SVN %Y%m%d%H%M%S",
# Normal development builds # Normal development builds
#"pkg_enable" => 1, "pkg_enable" => 1,
#"pkg_format" => "-SVN-%#", "pkg_format" => "-SVN-%#",
# Development releases # Development releases
"pkg_enable" => 0, #"pkg_enable" => 0,
"pkg_format" => "", #"pkg_format" => "",
); );
my $srcdir = "."; my $srcdir = ".";