Skip to content

Commit

Permalink
Bump version to 2.5.9
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Aug 19, 2024
1 parent c16c8ed commit 4bed659
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MODULEDIR := $(CURDIR)/build/modules/Release
endif

# see also source/frontend/carla_shared.py and source/includes/CarlaDefines.h
VERSION := 2.5.8
VERSION := 2.5.9

-include Makefile.user.mk

Expand Down
2 changes: 1 addition & 1 deletion source/frontend/carla_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# ------------------------------------------------------------------------------------------------------------
# Set Version

VERSION = "2.5.8"
VERSION = "2.5.9"

# ------------------------------------------------------------------------------------------------------------
# Set TMP
Expand Down
4 changes: 2 additions & 2 deletions source/includes/CarlaDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#endif

/* Set Version */
#define CARLA_VERSION_HEX 0x020508
#define CARLA_VERSION_STRING "2.5.8"
#define CARLA_VERSION_HEX 0x020509
#define CARLA_VERSION_STRING "2.5.9"
#define CARLA_VERSION_STRMIN "2.5"

/* Check OS */
Expand Down

0 comments on commit 4bed659

Please sign in to comment.