Switch back to normal versioning. Bump the version to 1.3.3.

svn path=/trunk/; revision=31064
This commit is contained in:
Gerald Combs 2009-11-24 05:57:05 +00:00
parent 2076b90455
commit f08e18e9a5
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=2
VERSION_MICRO=3
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.2)
AC_INIT(wireshark, 1.3.3)
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.2) unstable; urgency=low
wireshark (1.3.3) unstable; urgency=low
* Self-made package

View File

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

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