Bug 7091 - [MASTER] - update the build version for packages from master
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 26 Oct 2011 02:03:36 +0000 (15:03 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 Nov 2011 10:47:04 +0000 (11:47 +0100)
This updates the default version number that packages are build with to
be 3.7. This should be applied to master only.

Signed-off-by: Mason James <mtj@kohaaloha.com>
debian/build-git-snapshot

index 91552ff..462d19b 100755 (executable)
@@ -30,7 +30,7 @@ use POSIX qw/strftime/;
 my $buildresult;
 my $distribution='squeeze-dev';
 my $git_checks='all';
-my $version='3.5-1~git';
+my $version='3.7-1~git';
 my $auto_version=1;
 my $need_help;
 my $debug;