1.3.5 -> 1.3.6.

svn path=/trunk/; revision=32667
This commit is contained in:
Gerald Combs 2010-05-05 00:28:24 +00:00
parent cfa07ad505
commit e535271512
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=5
VERSION_MICRO=6
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.5)
AC_INIT(wireshark, 1.3.6)
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.5) unstable; urgency=low
wireshark (1.3.6) unstable; urgency=low
* Self-made package

View File

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

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 = ".";