Commit 4e342c17 4e342c1786f8f0f41dd2c474aa47925f9081cfcb by Sergey Poznyakoff

Change library version info

1 parent de06ebb6
...@@ -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')
......