Skip to content

Commit

Permalink
Bump version to 2.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 15, 2022
1 parent 01ac953 commit f22915f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ else
MODULEDIR := $(CURDIR)/build/modules/Release
endif

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

-include Makefile.user.mk

Expand Down Expand Up @@ -657,7 +658,7 @@ endif

# Install app data
sed -e 's?X-VERSION-X?$(VERSION)?' \
data/appdata.xml > $(DESTDIR)$(PREFIX)/share/appdata/studio.kx.carla.appdata.xml
data/appdata.xml.in > $(DESTDIR)$(PREFIX)/share/appdata/studio.kx.carla.appdata.xml

# Install mime package
install -m 644 data/carla.xml $(DESTDIR)$(DATADIR)/mime/packages
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion source/frontend/carla_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# ------------------------------------------------------------------------------------------------------------
# Set Version

VERSION = "2.4.2"
VERSION = "2.4.3"

# ------------------------------------------------------------------------------------------------------------
# Set TMP
Expand Down
2 changes: 1 addition & 1 deletion source/includes/CarlaDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/* Set Version */
#define CARLA_VERSION_HEX 0x020402
#define CARLA_VERSION_STRING "2.4.2"
#define CARLA_VERSION_STRING "2.4.3"
#define CARLA_VERSION_STRMIN "2.4"

/* Check OS */
Expand Down

0 comments on commit f22915f

Please sign in to comment.