From b60e41b984828b06c8190448a32c7f379e2d4d15 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 28 Mar 2013 18:13:22 +0000 Subject: =?UTF-8?q?1.9.2=20=E2=86=92=201.9.3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=48627 --- make-version.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'make-version.pl') diff --git a/make-version.pl b/make-version.pl index ab98c496ba..7e2626729f 100755 --- a/make-version.pl +++ b/make-version.pl @@ -75,7 +75,7 @@ my $set_release = 0; my %version_pref = ( "version_major" => 1, "version_minor" => 9, - "version_micro" => 2, + "version_micro" => 3, "version_build" => 0, "enable" => 1, @@ -85,12 +85,12 @@ my %version_pref = ( "is_release" => 0, # 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 = "."; my $info_cmd = ""; @@ -628,7 +628,7 @@ make-version.pl [options] [source directory] --set-svn, -s Set the information in svnversion.h --set-version, -v Set the major, minor, and micro versions in configure.ac, config.nmake, debian/changelog, - and docbook/release_notes.xml. + and docbook/asciidoc.conf. Resets the release information when used by itself. --set-release, -r Set the release information in configure.ac -- cgit v1.2.1