aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/unix.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-05-13 10:25:36 +0000
committerlloyd <[email protected]>2009-05-13 10:25:36 +0000
commit8a8169535702de9fd244de6409ed58ddca69452a (patch)
tree06d22ae099abac81bf0638fe704f8d99a04dcdfe /src/build-data/makefile/unix.in
parentab95c45f134b08e68fe57a7e3f5c4bfbaaf25d11 (diff)
Allow for the shared library soname to stay fixed even when the version
number increments, for stable releases that don't affect binary compat.
Diffstat (limited to 'src/build-data/makefile/unix.in')
-rw-r--r--src/build-data/makefile/unix.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in
index b97c50a4f..4025eed29 100644
--- a/src/build-data/makefile/unix.in
+++ b/src/build-data/makefile/unix.in
@@ -12,11 +12,7 @@ LINK_TO = @{var:link_to}
##################################################
# Version Numbers #
##################################################
-MAJOR = @{var:version_major}
-MINOR = @{var:version_minor}
-PATCH = @{var:version_patch}
-
-VERSION = $(MAJOR).$(MINOR).$(PATCH)
+VERSION = @{var:version}
##################################################
# Installation Settings #