Changeset: 90b43de07976 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90b43de07976 Modified Files: libversions Branch: Apr2011 Log Message:
Updated library version numbers. diffs (33 lines): diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -18,14 +18,25 @@ # 5. If any interfaces have been removed or changed since the last # public release, then set AGE to 0. -# version of the GDK library (subdirectory gdk) -GDK_VERSION=2:0:0 +# In other words +# - if there are no code changes, don't change version numbers; +# - if there are changes to the code (bug fixes) but no API changes, +# just increment REVISION; +# - if there are only backward compatible API changes (new +# interfaces), increment both CURRENT and AGE, and set REVISION to +# 0; +# - if there are also incompatible API changes (interfaces removed or +# changed), increment CURRENT, and set AGE and REVISION to 0. + +# version of the GDK library (subdirectory gdk; also includes +# common/options and common/mutils) +GDK_VERSION=3:0:0 # version of the MAPI library (subdirectory clients/mapilib) -MAPI_VERSION=2:0:0 +MAPI_VERSION=3:0:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=6:0:0 +MONETDB5_VERSION=7:0:0 # version of the STREAM library (subdirectory common/stream) STREAM_VERSION=2:0:0 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
