X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bootstrap.sh;h=fc58a21d04d4f62563c6c4794754b65fdd115fc1;hb=e166a135ee816d82829e59f669ca4d61a767adc0;hp=4b12d2d9392535c4b3407cf865ccb551899bddeb;hpb=f9dbb0a6294fa6978833f9eb1b3286f076a8f986;p=platform%2Fupstream%2Fautomake.git diff --git a/bootstrap.sh b/bootstrap.sh index 4b12d2d..fc58a21 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,7 +2,7 @@ # This script helps bootstrap automake, when checked out from git. # -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # Originally written by Pavel Roskin September 2002. # # This program is free software; you can redistribute it and/or modify @@ -38,7 +38,7 @@ datadir=. PERL_THREADS=0 # This should be automatically updated by the 'update-copyright' # rule of our Makefile. -RELEASE_YEAR=2012 +RELEASE_YEAR=2013 # Override SHELL. This is required on DJGPP so that Perl's system() # uses bash, not COMMAND.COM which doesn't quote arguments properly.