Skip to content

Commit 9f9fea0

Browse files
committed
Bump to 4.0.0-alpha3
1 parent 5e96a91 commit 9f9fea0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ObjectBox Generator
77

8-
Current version: 4.0.0-alpha2
8+
Current version: 4.0.0-alpha3
99

1010
ObjectBox is a superfast cross-platform object-oriented database.
1111
ObjectBox Generator produces code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).

cmake/FindObjectBoxGenerator.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
128128
option(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.
134134
set(ObjectBoxGenerator_FETCH_DIR ${CMAKE_BINARY_DIR}/ObjectBoxGenerator-download/${ObjectBoxGenerator_FETCH_VERSION}/fetch)

internal/generator/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)