From 81d0718bbb09fbf098a84f16278d51d9058e63ec Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sat, 29 Oct 2011 01:43:17 +0200 Subject: properly version sync --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7af3092..eca20de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS = bin doc etc htdocs lib EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE setup/build-perl-modules.sh setup/sdbs.inc dist-hook: - $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s+=\s+".+?"/\$$VERSION = "$$d"/' $(distdir)/lib/Smokeping.pm + $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s*=\s*".+?"/\$$VERSION = "$$d"/' $(distdir)/lib/Smokeping.pm # echo Version $(PACKAGE_VERSION) >DIST_REVISION # svn info >>DIST_REVISION -- cgit v1.2.3-24-g4f1b