Build 1.3.1.

svn path=/trunk/; revision=30724
This commit is contained in:
Gerald Combs 2009-10-27 00:10:52 +00:00
parent 94837ed1ce
commit ef952d025f
2 changed files with 11 additions and 5 deletions

View File

@ -12,7 +12,7 @@ DOCUMENT SECTION
<!--
Wireshark Info
-->
<!ENTITY WiresharkCurrentVersion "1.3.0">
<!ENTITY WiresharkCurrentVersion "1.3.1">
]>
@ -94,6 +94,12 @@ Wireshark Info
</para>
</listitem>
<listitem>
<para>
Many memory leaks have been fixed.
</para>
</listitem>
</itemizedlist>
</para>

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