X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=debian%2Fbuild-git-snapshot;h=df26934153bd31a99ec08f2abf0263f52892a553;hb=638b7225ae2507a708313c7766b9e71a6d891289;hp=462d19b4f042f4ba52ba07bb7307899adcea2eef;hpb=f029e9aba7d6c03b3c8e19697af31071b595dcc9;p=koha_fer diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index 462d19b4f0..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.7-1~git'; +my $version='3.16~git'; my $auto_version=1; my $need_help; my $debug; @@ -108,7 +108,7 @@ Options: tracked files with untracked changes will cause an error), and 'none' (checking git status is skipped totally.) Default is 'all'. --version, -v - the version string for the resulting package. Default is '3.5-1~git'. + the version string for the resulting package. Default is '$version'. --(no)autoversion whether or not to use the date and git commit ID in the version value. Default is to include it.