Module: sems
Branch: 1.4
Commit: 93487f1c35e7d38fccc2c312ddb39f238b363f4f
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=93487f1c35e7d38fccc2c312ddb39f238b363f4f

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Thu Aug 25 17:41:04 2011 +0200

1.4.2 version number

---

 Makefile.defs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index 1bd8094..c2183c2 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -3,25 +3,25 @@ else
 makefile_defs=1
 export makefile_defs
 
-GIT = $(shell which git)
-SVNVERSION = $(shell which svnversion)
-
-ifneq ($(GIT),)
-   SCM_REV = $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; \
-        then git describe --always --dirty 2>/dev/null; \
-        else git describe --always 2>/dev/null; fi)
-endif
-
-ifeq ($(SCM_REV),)
-ifneq ($(SVNVERSION),)
-   SCM_REV = r$(shell svnversion -n .)
-endif
-endif
+#GIT = $(shell which git)
+#SVNVERSION = $(shell which svnversion)
+
+#ifneq ($(GIT),)
+#   SCM_REV = $(shell if git --help describe |grep dirty 2>&1 >/dev/null ; \
+#        then git describe --always --dirty 2>/dev/null; \
+#        else git describe --always 2>/dev/null; fi)
+#endif
+#
+#ifeq ($(SCM_REV),)
+#ifneq ($(SVNVERSION),)
+#   SCM_REV = r$(shell svnversion -n .)
+#endif
+#endif
 
 #version number
 VERSION = 1
 PATCHLEVEL = 4
-SUBLEVEL = 1
+SUBLEVEL = 2
 
 ifneq ($(SCM_REV),)
 RELEASE = $(SCM_REV)

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to