Refactored CnfStream to work with the bv theory Bitblaster:
[cvc5.git] / library_versions
1 # library_versions
2 #
3 # Format is:
4 # CVC4-RELEASE-VERSION-REGEXP (LIBRARY:VERSION)*
5 #
6 # This file contains library version release information.
7 # Lines are matched while processing configure.ac (and generating
8 # the configure script) using the CVC4_RELEASE_STRING. Lines are
9 # matched on the regexp in the first column, with only the first
10 # matching line counting. The library versions following, one per
11 # column, are then used. If there are no matching lines, an error
12 # is raised and the configure script is not generated.
13 #
14 # When a new CVC4 release is cut, this library_versions file should
15 # be extended to provide library version information for that
16 # release. PLEASE DON'T REMOVE LINES (or edit historical lines)
17 # from this file unless they are truly in error and the release
18 # wasn't made with that erroneous information; this file should
19 # ultimately provide a nice historical log of the mapping between
20 # CVC4 release numbers and the corresponding interface version
21 # information of libraries.
22 #
23 # For now, libcvc4bindings' version info is used for all language
24 # bindings libraries, and _also_ for all "compatibility" bindings
25 # libraries (i.e., the old CVC3-esque C and Java bindings). This
26 # may need to be split out in future, if some bindings (particularly
27 # the compatibility ones) change more(/less) frequently than the
28 # others.
29 #
30 0\..* libcvc4:0:0:0 libcvc4parser:0:0:0 libcvc4compat:0:0:0 libcvc4bindings:0:0:0
31 1\.0 libcvc4:0:0:0 libcvc4parser:0:0:0 libcvc4compat:0:0:0 libcvc4bindings:0:0:0