Mercurial > hg > monetdb-java
view build.properties @ 960:1a4014a0c0c8 v12.0
Updated release numbers in preparation for a release.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Fri, 17 Jan 2025 10:23:43 +0100 (2 months ago) |
parents | 203c4cc8d94d |
children | bbd6f2407d2e |
line wrap: on
line source
# Default build parameters. These may be overridden by local configuration # settings in build.local.properties. ## ## JDBC (and client) ## # major release number JDBC_MAJOR=12 # minor release number JDBC_MINOR=0 ## ## General ## # should we compile with debugging symbols? Not for public releases enable_debug=false # should we optimize the build, preferably not for debugging. Yes for public releases enable_optimize=true