summaryrefslogtreecommitdiff
path: root/swig.spec.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-11 22:15:48 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-11 22:15:48 +0000
commit7b39ad83078ef14063a4b7b48c35bc17b1950ec7 (patch)
treeda0b7eb0d8cabe83e7a892faf8d90310c1dfc39e /swig.spec.in
parent0a13ef7ab29df13c2b499971bad1ed89f2bb75c8 (diff)
downloadswig-7b39ad83078ef14063a4b7b48c35bc17b1950ec7.tar.gz
Simplification of version string. Use autoconf's PACKAGE_VERSION instead.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4176 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'swig.spec.in')
-rw-r--r--swig.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig.spec.in b/swig.spec.in
index ee79c96dd..b3690ac2b 100644
--- a/swig.spec.in
+++ b/swig.spec.in
@@ -2,7 +2,7 @@
# tar -cvzf swig-1.3.11cvs.tar.gz SWIG-1.3.11cvs && rpm -tb swig-1.3.11cvs.tar.gz
# @configure_input@
-%define ver @SWIG_MAJOR_VERSION@.@SWIG_MINOR_VERSION@.@SWIG_SPIN@
+%define ver @PACKAGE_VERSION@
%define rel 1
%define prefix /usr
%define home_page http://swig.sourceforge.net/