X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=debian%2Fbuild-git-snapshot;h=3f06ff2fa4d62b8901a7a353e5323c2f6d083b7a;hb=HEAD;hp=b05df0d53cf5a16c4952b950091450006ca8c525;hpb=a598b100613a37dc2710090cb381dce56eae2f26;p=koha.git diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index b05df0d53c..3f06ff2fa4 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.9-1~git'; +my $version='3.13-1~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.