Skip to content

Commit

Permalink
Bump to 4.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 20, 2024
1 parent 5e96a91 commit 9f9fea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# ObjectBox Generator

Current version: 4.0.0-alpha2
Current version: 4.0.0-alpha3

ObjectBox is a superfast cross-platform object-oriented database.
ObjectBox Generator produces code for ObjectBox C, C++ and Go APIs (more languages to be supported in the future).
Expand Down
4 changes: 2 additions & 2 deletions cmake/FindObjectBoxGenerator.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following variables are defined by this module:

.. variable:: ObjectBoxGenerator_VERSION

The full version string of the used ObjectBox Generator executable, e.g. "4.0.0" or "4.0.0-alpha2".
The full version string of the used ObjectBox Generator executable, e.g. "4.0.0" or "4.0.0-alpha3".

.. variable:: ObjectBoxGenerator_VERSION_MAJOR
.. variable:: ObjectBoxGenerator_VERSION_MINOR
Expand Down Expand Up @@ -128,7 +128,7 @@ Generated headers and sources are written to the sub-directories ``ObjectBoxGene
option(OBX_GENERATOR_ALLOW_FETCH "Opt-in automatic download and prepare for local execution" ON)

# Updated by maintainer to latest available version:
set(ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha2) # Note: must be safe for filename
set(ObjectBoxGenerator_FETCH_VERSION 4.0.0-alpha3) # Note: must be safe for filename
# Using the version in the directories used for the generator executable to cleanly support multiple versions.
# This is e.g. relevant when updating to ensure fetching the new version.
set(ObjectBoxGenerator_FETCH_DIR ${CMAKE_BINARY_DIR}/ObjectBoxGenerator-download/${ObjectBoxGenerator_FETCH_VERSION}/fetch)
Expand Down
2 changes: 1 addition & 1 deletion internal/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

// Version specifies the current generator version.
const Version = "4.0.0-alpha2"
const Version = "4.0.0-alpha3"

// VersionId specifies the current generator version identifier.
// It is used to validate generated code compatibility and is increased when there are changes in the generated code.
Expand Down

0 comments on commit 9f9fea0

Please sign in to comment.