From 9849ad993dd7382aa550e8d7f92396069b9d1f7b Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 2 Feb 2006 18:37:04 +0000 Subject: [PATCH] don't override ASTERISKVERSIONNUM to 000000 for non-svn builds git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9086 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0861e2caa9..1b4ec8fecb 100644 --- a/Makefile +++ b/Makefile @@ -322,8 +322,6 @@ else ifneq ($(wildcard .svn),) ASTERISKVERSIONNUM=999999 ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name) - else - ASTERISKVERSIONNUM=000000 endif endif