From: Robin Sheat Date: Tue, 13 May 2014 03:34:38 +0000 (+1200) Subject: Bug 12234 - build script version update X-Git-Tag: v3.16.00-rc~42 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=739def89dddf2fda76d998a6eebcb08304aaf3cd;p=koha_fer Bug 12234 - build script version update Make the script build 3.16 packages. To be updated to 3.17 once master splits off again. Signed-off-by: Galen Charlton --- diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index a1ea418103..df26934153 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.15~git'; +my $version='3.16~git'; my $auto_version=1; my $need_help; my $debug;