Module: sems Branch: refs/tags/1.5.1-dev Commit: 9879278ed0401b4223be4507b4e2c7da957e0045 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9879278ed0401b4223be4507b4e2c7da957e0045
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Jul 3 15:59:58 2012 +0200 changed version tags for 1.5.x dev version. --- Makefile.defs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index 85803ce..f7e91a4 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -3,18 +3,18 @@ else makefile_defs="1" export makefile_defs -#GIT := $(shell which git) +GIT := $(shell which git) -#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 +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 #version number VERSION = 1 PATCHLEVEL = 5 -SUBLEVEL = 0 +SUBLEVEL = 1 ifneq ($(SCM_REV),) RELEASE := $(SCM_REV) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
