Title: [opsview-perl] [792] Fixed version numbering
Revision
792
Author
tvoon
Date
2013-09-02 19:30:00 +0100 (Mon, 02 Sep 2013)

Log Message

Fixed version numbering

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2013-09-02 10:47:33 UTC (rev 791)
+++ trunk/Makefile	2013-09-02 18:30:00 UTC (rev 792)
@@ -1,5 +1,5 @@
 VERSION = 4.4.0
-REVISION := $(shell ./tools/get_version)
+REVISION := $(shell ./tools/get_version | awk '{print $$1}')
 RELEASE=1
 WORKDIR := $(shell pwd)
 

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to