-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# -*- coding: utf-8 -*- | ||
|
||
# Common Carla code | ||
# Copyright (C) 2011-2022 Filipe Coelho <[email protected]> | ||
# Copyright (C) 2011-2023 Filipe Coelho <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License as | ||
|
@@ -71,7 +71,7 @@ | |
# ------------------------------------------------------------------------------------------------------------ | ||
# Set Version | ||
|
||
VERSION = "2.5.2" | ||
VERSION = "2.5.3" | ||
|
||
# ------------------------------------------------------------------------------------------------------------ | ||
# Set TMP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Carla common defines | ||
* Copyright (C) 2011-2022 Filipe Coelho <[email protected]> | ||
* Copyright (C) 2011-2023 Filipe Coelho <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License as | ||
|
@@ -32,8 +32,8 @@ | |
#endif | ||
|
||
/* Set Version */ | ||
#define CARLA_VERSION_HEX 0x020502 | ||
#define CARLA_VERSION_STRING "2.5.2" | ||
#define CARLA_VERSION_HEX 0x020503 | ||
#define CARLA_VERSION_STRING "2.5.3" | ||
#define CARLA_VERSION_STRMIN "2.5" | ||
|
||
/* Check OS */ | ||
|