summaryrefslogtreecommitdiff
path: root/include/FLAC++
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-15 01:08:15 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-15 01:08:15 +0000
commit841fdd30a6910bb6852177eec2afb5fbf41b253c (patch)
treec37488b109f916a2053ce9b08144e9252bf59bab /include/FLAC++
parente0545ffe7ce6284ea271529d381924db3712ca37 (diff)
downloadflac-841fdd30a6910bb6852177eec2afb5fbf41b253c.tar.gz
bump libtool version numbers
Diffstat (limited to 'include/FLAC++')
-rw-r--r--include/FLAC++/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC++/export.h b/include/FLAC++/export.h
index 1c258b79..d2deb7b9 100644
--- a/include/FLAC++/export.h
+++ b/include/FLAC++/export.h
@@ -71,9 +71,9 @@
/* These #defines will mirror the libtool-based library version number, see
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
-#define FLACPP_API_VERSION_CURRENT 7
+#define FLACPP_API_VERSION_CURRENT 8
#define FLACPP_API_VERSION_REVISION 0
-#define FLACPP_API_VERSION_AGE 1
+#define FLACPP_API_VERSION_AGE 2
/* \} */