Browse Source

Bump soname versioning.

tags/v0.99.beta17
Sam Hocevar sam 16 years ago
parent
commit
07ecf434cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h)


LT_MAJOR="0" LT_MAJOR="0"
LT_MINOR="99" LT_MINOR="99"
LT_MICRO="15"
LT_MICRO="16"
AC_SUBST(LT_MAJOR) AC_SUBST(LT_MAJOR)
AC_SUBST(LT_MINOR) AC_SUBST(LT_MINOR)
AC_SUBST(LT_MICRO) AC_SUBST(LT_MICRO)


Loading…
Cancel
Save