Change library version info
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -28,9 +28,9 @@ gl_USE_SYSTEM_EXTENSIONS | ... | @@ -28,9 +28,9 @@ gl_USE_SYSTEM_EXTENSIONS |
28 | AC_PREREQ(2.60) | 28 | AC_PREREQ(2.60) |
29 | 29 | ||
30 | dnl Library versioning | 30 | dnl Library versioning |
31 | AC_SUBST(VI_CURRENT, 1) | 31 | AC_SUBST(VI_CURRENT, 2) |
32 | AC_SUBST(VI_REVISION, 0) | 32 | AC_SUBST(VI_REVISION, 2) |
33 | AC_SUBST(VI_AGE, 0) | 33 | AC_SUBST(VI_AGE, 1) |
34 | 34 | ||
35 | dnl Library paths | 35 | dnl Library paths |
36 | AC_SUBST(MU_LIB_AUTH,'${top_builddir}/auth/libmuauth.la') | 36 | AC_SUBST(MU_LIB_AUTH,'${top_builddir}/auth/libmuauth.la') | ... | ... |
-
Please register or sign in to post a comment