diff options
author | David Robillard <d@drobilla.net> | 2011-01-25 23:05:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-25 23:05:21 +0000 |
commit | b5e093df6f7a1c4905cb83da0805c0b67ac5a0a0 (patch) | |
tree | 9edab1eab086ce8048e7c93527b8e1f75a42f0d2 /wscript | |
parent | 90c1fcdc11d4f8ee564688bf33c233ccc9bdf1fc (diff) | |
download | serd-b5e093df6f7a1c4905cb83da0805c0b67ac5a0a0.tar.gz serd-b5e093df6f7a1c4905cb83da0805c0b67ac5a0a0.tar.bz2 serd-b5e093df6f7a1c4905cb83da0805c0b67ac5a0a0.zip |
Use package version as library version.
git-svn-id: http://svn.drobilla.net/serd/trunk@80 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -15,9 +15,8 @@ SERD_VERSION = '0.1.0' # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -# Version history: -# 0.0.1 = 1,0,0 -SERD_LIB_VERSION = '1.0.0' +# Serd uses the same version number for both library and package +SERD_LIB_VERSION = SERD_VERSION # Variables for 'waf dist' APPNAME = 'serd' |