X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fgit-version-gen;h=168d81a7aed8a2cdbdd33eac8a16a330bd2828fb;hb=ceb5e1790ec098f09dc388ca25cba015f224dc51;hp=6d7144665dfbfb9f607fd0728c46018b946e8c5f;hpb=c596dce2525adef145e3ec2e1d3c89dc044ac8e8;p=gnulib.git diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 6d7144665..168d81a7a 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -1,6 +1,6 @@ #!/bin/sh # Print a version string. -scriptversion=2011-07-31.12; # UTC +scriptversion=2011-08-11.12; # UTC # Copyright (C) 2007-2011 Free Software Foundation, Inc. # @@ -44,8 +44,10 @@ scriptversion=2011-07-31.12; # UTC # files to pick up a version string change; and leave it stale to # minimize rebuild time after unrelated changes to configure sources. # -# It is probably wise to add these two files to .gitignore, so that you -# don't accidentally commit either generated file. +# As with any generated file in a VC'd directory, you should add +# /.version to .gitignore, so that you don't accidentally commit it. +# .tarball-version is never generated in a VC'd directory, so needn't +# be listed there. # # Use the following line in your configure.ac, so that $(VERSION) will # automatically be up-to-date each time configure is run (and note that