From: Automerge Script Date: Wed, 10 Jan 2007 03:10:55 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.15-netsec~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28de5dbaa9f7464fe0e99eedefa6761ac57d41e7;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@50265 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index f8eaff3d29..2949531305 100644 --- a/Makefile +++ b/Makefile @@ -320,7 +320,7 @@ LIBEDIT=editline/libedit.a ifneq ($(wildcard .version),) ASTERISKVERSION:=$(shell cat .version) - ASTERISKVERSIONNUM:=$(shell awk -F. '{printf "%02d%02d%02d", $$1, $$2, $$3}' .version) + ASTERISKVERSIONNUM:=$(shell awk -F. '{printf "%01d%02d%02d", $$1, $$2, $$3}' .version) RPMVERSION:=$(shell sed 's/[-\/:]/_/g' .version) else RPMVERSION=unknown