[zaptel-commits] kpfleming: branch 1.2 r2086 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Mon Feb 5 14:54:41 MST 2007


Author: kpfleming
Date: Mon Feb  5 15:54:40 2007
New Revision: 2086

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2086
Log:
fix version-numbering logic

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2086&r1=2085&r2=2086
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Feb  5 15:54:40 2007
@@ -127,10 +127,10 @@
 
 ifneq ($(wildcard .version),)
   ZAPTELVERSION:=$(shell cat .version)
-endif
-
+else
 ifneq ($(wildcard .svn),)
   ZAPTELVERSION=SVN-$(shell build_tools/make_svn_branch_name)
+endif
 endif
 
 TZOBJS:=zonedata.lo tonezone.lo



More information about the zaptel-commits mailing list