diff options
| author | 2024-05-04 13:22:01 +0200 | |
|---|---|---|
| committer | 2024-05-04 13:22:01 +0200 | |
| commit | 0e7657e24d76a3b52b2b305c488566fe65b737b1 (patch) | |
| tree | b862c9aaa5bb3eed797d9d6acf25bcf32d96ce75 | |
| parent | 5461edafb3e45c0d3cd3338cdede32acdb2aad5b (diff) | |
| download | libplist-0e7657e24d76a3b52b2b305c488566fe65b737b1.tar.gz libplist-0e7657e24d76a3b52b2b305c488566fe65b737b1.tar.bz2 | |
Bump soversion for release
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe6592b..ffa53dd 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -15,7 +15,7 @@ dnl libtool versioning | |||
| 15 | # changes to the signature and the semantic) | 15 | # changes to the signature and the semantic) |
| 16 | # ? :+1 : ? == just internal changes | 16 | # ? :+1 : ? == just internal changes |
| 17 | # CURRENT : REVISION : AGE | 17 | # CURRENT : REVISION : AGE |
| 18 | LIBPLIST_SO_VERSION=8:0:4 | 18 | LIBPLIST_SO_VERSION=9:0:5 |
| 19 | 19 | ||
| 20 | AC_SUBST(LIBPLIST_SO_VERSION) | 20 | AC_SUBST(LIBPLIST_SO_VERSION) |
| 21 | 21 | ||
