Skip to content
Snippets Groups Projects
Commit 51ea2f47 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

Merged revisions 9086 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2d6f4ee9
No related branches found
No related tags found
No related merge requests found
...@@ -327,8 +327,6 @@ else ...@@ -327,8 +327,6 @@ else
ifneq ($(wildcard .svn),) ifneq ($(wildcard .svn),)
ASTERISKVERSIONNUM=999999 ASTERISKVERSIONNUM=999999
ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name) ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
else
ASTERISKVERSIONNUM=000000
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment