[Patches] [PATCH] Bug 7091 - [MASTER] - update the build version for packages from master

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 23:25:03 NZDT 2011


From: Robin Sheat <robin at catalyst.net.nz>
Date: Wed, 26 Oct 2011 15:03:36 +1300
Subject: [PATCH] Bug 7091 - [MASTER] - update the build version for packages from master
Content-Type: text/plain; charset="utf-8"
http://koha-community.org

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 at kohaaloha.com>
---
 debian/build-git-snapshot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot
index 91552ff..462d19b 100755
--- a/debian/build-git-snapshot
+++ b/debian/build-git-snapshot
@@ -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;
-- 
1.7.2.5


More information about the Patches mailing list