diff --git a/Makefile b/Makefile index 9463cc38d..4d6204943 100644 --- a/Makefile +++ b/Makefile @@ -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.9 +VERSION := 2.5.10 -include Makefile.user.mk diff --git a/source/frontend/carla_shared.py b/source/frontend/carla_shared.py index c4387ebe3..dcdc11ea0 100644 --- a/source/frontend/carla_shared.py +++ b/source/frontend/carla_shared.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Common Carla code -# Copyright (C) 2011-2024 Filipe Coelho +# Copyright (C) 2011-2025 Filipe Coelho # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -76,7 +76,7 @@ if WINDOWS: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "2.5.9" +VERSION = "2.5.10" # ------------------------------------------------------------------------------------------------------------ # Set TMP diff --git a/source/frontend/carla_widgets.py b/source/frontend/carla_widgets.py index 69879e035..2edfa7fc9 100755 --- a/source/frontend/carla_widgets.py +++ b/source/frontend/carla_widgets.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Carla widgets code -# Copyright (C) 2011-2024 Filipe Coelho +# Copyright (C) 2011-2025 Filipe Coelho # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -122,7 +122,7 @@ class CarlaAboutW(QDialog): self.ui.l_about.setText(self.tr("" "
Version %s" "
Carla is a fully-featured audio plugin host%s.
" - "
Copyright (C) 2011-2024 falkTX
" + "
Copyright (C) 2011-2025 falkTX
" "" % (VERSION, extraInfo))) if self.ui.about.palette().color(QPalette.Background).blackF() < 0.5: diff --git a/source/includes/CarlaDefines.h b/source/includes/CarlaDefines.h index f391b2fdd..8d9a480c0 100644 --- a/source/includes/CarlaDefines.h +++ b/source/includes/CarlaDefines.h @@ -1,6 +1,6 @@ /* * Carla common defines - * Copyright (C) 2011-2024 Filipe Coelho + * Copyright (C) 2011-2025 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -27,8 +27,8 @@ #endif /* Set Version */ -#define CARLA_VERSION_HEX 0x020509 -#define CARLA_VERSION_STRING "2.5.9" +#define CARLA_VERSION_HEX 0x02050a +#define CARLA_VERSION_STRING "2.5.10" #define CARLA_VERSION_STRMIN "2.5" /* Check OS */