summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oetiker <tobi@oetiker.ch>2011-10-29 01:43:17 +0200
committerTobias Oetiker <tobi@oetiker.ch>2011-10-29 01:43:17 +0200
commit81d0718bbb09fbf098a84f16278d51d9058e63ec (patch)
tree5319b7357e17038fa4c5971750a5a0a3f4d4b12c
parente1cf85743f68c43d0eb2476b22d5747bd28a58c5 (diff)
downloadsmokeping-81d0718bbb09fbf098a84f16278d51d9058e63ec.tar.gz
smokeping-81d0718bbb09fbf098a84f16278d51d9058e63ec.tar.xz
properly version sync
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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