[asterisk-commits] branch 1.2 r9086 - /branches/1.2/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 2 11:37:04 MST 2006


Author: kpfleming
Date: Thu Feb  2 12:37:04 2006
New Revision: 9086

URL: http://svn.digium.com/view/asterisk?rev=9086&view=rev
Log:
don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?rev=9086&r1=9085&r2=9086&view=diff
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Thu Feb  2 12:37:04 2006
@@ -322,8 +322,6 @@
   ifneq ($(wildcard .svn),)
     ASTERISKVERSIONNUM=999999
     ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
-  else
-    ASTERISKVERSIONNUM=000000
   endif
 endif
 



More information about the asterisk-commits mailing list