From b5e093df6f7a1c4905cb83da0805c0b67ac5a0a0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Jan 2011 23:05:21 +0000 Subject: Use package version as library version. git-svn-id: http://svn.drobilla.net/serd/trunk@80 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 5c4af7dd..96d0d9c6 100644 --- a/wscript +++ b/wscript @@ -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' -- cgit v1.2.1