Bump version to 2.4.3

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-15 11:20:10 +01:00
parent 01ac9538f6
commit f22915f6ec
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 5 additions and 4 deletions

View File

@ -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
@ -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

View File

@ -71,7 +71,7 @@ if WINDOWS:
# ------------------------------------------------------------------------------------------------------------
# Set Version
VERSION = "2.4.2"
VERSION = "2.4.3"
# ------------------------------------------------------------------------------------------------------------
# Set TMP

View File

@ -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 */