1.3.3 -> 1.3.4.

svn path=/trunk/; revision=31865
This commit is contained in:
Gerald Combs 2010-02-11 16:38:42 +00:00
parent cca0eb254f
commit 7e9faae9d9
5 changed files with 8 additions and 8 deletions

View File

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

View File

@ -2,7 +2,7 @@
#
AC_PREREQ(2.60)
AC_INIT(wireshark, 1.3.3)
AC_INIT(wireshark, 1.3.4)
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or

2
debian/changelog vendored
View File

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

View File

@ -12,7 +12,7 @@ DOCUMENT SECTION
<!--
Wireshark Info
-->
<!ENTITY WiresharkCurrentVersion "1.3.3">
<!ENTITY WiresharkCurrentVersion "1.3.4">
]>

View File

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