Module: sems Branch: 1.3 Commit: 46d6808e415070616cac55e5ad51aa0fa52414d7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=46d6808e415070616cac55e5ad51aa0fa52414d7
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Mon Dec 13 13:09:35 2010 +0100 set version in branch back to 1.3.1-<gitid> --- Makefile.defs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index 944a9e1..e4a18c6 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -23,9 +23,9 @@ VERSION = 1 PATCHLEVEL = 3 SUBLEVEL = 1 -#ifneq ($(SCM_REV),) -#EXTRAVERSION = -$(SCM_REV) -#endif +ifneq ($(SCM_REV),) +EXTRAVERSION = -$(SCM_REV) +endif REL_VERSION=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL) RELEASE=$(REL_VERSION)$(EXTRAVERSION) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
