This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Bump version to 2.5.4
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.4
falkTX
1 year ago
parent
235beb8de5
commit
efd9a4941f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
source/frontend/carla_shared.py
+2
-2
source/includes/CarlaDefines.h
+ 1
- 1
Makefile
View File
@@ -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.
3
VERSION := 2.5.
4
-include Makefile.user.mk
+ 1
- 1
source/frontend/carla_shared.py
View File
@@ -76,7 +76,7 @@ if WINDOWS:
# ------------------------------------------------------------------------------------------------------------
# Set Version
VERSION = "2.5.
3
"
VERSION = "2.5.
4
"
# ------------------------------------------------------------------------------------------------------------
# Set TMP
+ 2
- 2
source/includes/CarlaDefines.h
View File
@@ -32,8 +32,8 @@
#endif
/* Set Version */
#define CARLA_VERSION_HEX 0x02050
3
#define CARLA_VERSION_STRING "2.5.
3
"
#define CARLA_VERSION_HEX 0x02050
4
#define CARLA_VERSION_STRING "2.5.
4
"
#define CARLA_VERSION_STRMIN "2.5"
/* Check OS */
Write
Preview
Loading…
Cancel
Save