summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-02-14 05:59:09 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-02-14 05:59:09 +0000
commit4296e1a40a70b9aacc38fabf03b448e242bd7872 (patch)
tree289dc5e38004a49579848d19077808cc05567371 /include
parent826a0a7e7a3839264c1bc79c857c28cedfc2b2c6 (diff)
downloadflac-4296e1a40a70b9aacc38fabf03b448e242bd7872.tar.gz
bump libtool .so revision number
Diffstat (limited to 'include')
-rw-r--r--include/FLAC++/export.h2
-rw-r--r--include/FLAC/export.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC++/export.h b/include/FLAC++/export.h
index c3ff71cb..a31b8317 100644
--- a/include/FLAC++/export.h
+++ b/include/FLAC++/export.h
@@ -49,7 +49,7 @@
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLACPP_API_VERSION_CURRENT 6
-#define FLACPP_API_VERSION_REVISION 0
+#define FLACPP_API_VERSION_REVISION 1
#define FLACPP_API_VERSION_AGE 0
#endif
diff --git a/include/FLAC/export.h b/include/FLAC/export.h
index 79bdd108..98d2d288 100644
--- a/include/FLAC/export.h
+++ b/include/FLAC/export.h
@@ -68,7 +68,7 @@
* http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
*/
#define FLAC_API_VERSION_CURRENT 8
-#define FLAC_API_VERSION_REVISION 0 /**< see above */
+#define FLAC_API_VERSION_REVISION 1 /**< see above */
#define FLAC_API_VERSION_AGE 0 /**< see above */
#ifdef __cplusplus