File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# ObjectBox Generator
77
8- Current version: 4.0.0-alpha2
8+ Current version: 4.0.0-alpha3
99
1010ObjectBox is a superfast cross-platform object-oriented database.
1111ObjectBox Generator produces code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following variables are defined by this module:
3131
3232.. variable:: ObjectBoxGenerator_VERSION
3333
34- The full version string of the used ObjectBox Generator executable, e.g. "4.0.0" or "4.0.0-alpha2 ".
34+ The full version string of the used ObjectBox Generator executable, e.g. "4.0.0" or "4.0.0-alpha3 ".
3535
3636.. variable:: ObjectBoxGenerator_VERSION_MAJOR
3737.. variable:: ObjectBoxGenerator_VERSION_MINOR
@@ -128,7 +128,7 @@ Generated headers and sources are written to the sub-directories ``ObjectBoxGene
128128option (OBX_GENERATOR_ALLOW_FETCH "Opt-in automatic download and prepare for local execution" ON )
129129
130130# Updated by maintainer to latest available version:
131- set (ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha2 ) # Note: must be safe for filename
131+ set (ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha3 ) # Note: must be safe for filename
132132# Using the version in the directories used for the generator executable to cleanly support multiple versions.
133133# This is e.g. relevant when updating to ensure fetching the new version.
134134set (ObjectBoxGenerator_FETCH_DIR ${CMAKE_BINARY_DIR} /ObjectBoxGenerator-download/${ObjectBoxGenerator_FETCH_VERSION} /fetch)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
3535)
3636
3737// Version specifies the current generator version.
38- const Version = "4.0.0-alpha2 "
38+ const Version = "4.0.0-alpha3 "
3939
4040// VersionId specifies the current generator version identifier.
4141// It is used to validate generated code compatibility and is increased when there are changes in the generated code.
You can’t perform that action at this time.
0 commit comments