]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make the number that represents the major version number a single digit instead
authorRussell Bryant <russell@russellbryant.com>
Wed, 10 Jan 2007 02:16:45 +0000 (02:16 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 10 Jan 2007 02:16:45 +0000 (02:16 +0000)
commit4e779b5b430e1bbc6b93eabcbfac8a497a39d64a
treec156160cd4a873ef99483ead869e16740fe23cfe
parenta0afc6c927fc1b4dd46e7933364a3e51477bfb73
Make the number that represents the major version number a single digit instead
of 2.  Using two digits makes it an octal number when put into version.h, which
breaks the compilation of any out of tree module that checks the version for
any version after 1.2.7 (reported by Matteo Brancaleoni on the asterisk-dev
mailing list, who gave credit to vihai for pointing it out)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@50227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile