summaryrefslogtreecommitdiff
path: root/library_versions
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-03 21:41:15 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-03 21:41:15 +0000
commit7b7397c8fd04093e3e50666bc56954133805bd25 (patch)
treeeef7b8ed929c47aa16b243b8fe9b91557e0ecdfe /library_versions
parentc3e9112157320111c18b2984052abd9cd17127dc (diff)
better documentation, allow examples to be installed, etc
Diffstat (limited to 'library_versions')
-rw-r--r--library_versions16
1 files changed, 16 insertions, 0 deletions
diff --git a/library_versions b/library_versions
index 4e5a7b826..bffb2b014 100644
--- a/library_versions
+++ b/library_versions
@@ -11,6 +11,22 @@
# column, are then used. If there are no matching lines, an error
# is raised and the configure script is not generated.
#
+# The library version numbers are in the form current:revision:age
+# and are passed to libtool with -version-info
+#
+# current -
+# increment if interfaces have been added, removed or changed
+# revision -
+# increment if source code has changed
+# set to zero if current is incremented
+# age -
+# increment if interfaces have been added
+# set to zero if interfaces have been removed
+# or changed
+#
+# A good description of what all this means is here:
+# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+#
# When a new CVC4 release is cut, this library_versions file should
# be extended to provide library version information for that
# release. PLEASE DON'T REMOVE LINES (or edit historical lines)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback