Index: /trunk/psLib/configure.ac
===================================================================
--- /trunk/psLib/configure.ac	(revision 12416)
+++ /trunk/psLib/configure.ac	(revision 12417)
@@ -12,5 +12,16 @@
 AM_MAINTAINER_MODE
 
-PSLIB_LT_VERSION="1:1:1"
+dnl So, libtool library versions are described by three integers:
+dnl 
+dnl current
+dnl     The most recent interface number that this library implements.
+dnl revision
+dnl     The implementation number of the current interface.
+dnl age
+dnl     The difference between the newest and oldest interfaces that this
+dnl library implements. In other words, the library implements all the
+dnl interface numbers in the range from number current - age to current
+
+PSLIB_LT_VERSION="1:1:0"
 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION)
 
