diff --git a/ChangeLog b/ChangeLog index 9a4ce4c366..dcd72294cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -### 3.10.0dev <- NOTE: the release version number will be 3.11.0 ### +### 3.11.0 (2024-09-21) ### - Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). (contributed by @AdamGLIN) diff --git a/Jamulus.pro b/Jamulus.pro index e46ad40929..f916b7b2e4 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.10.0dev +VERSION = 3.11.0 # Using lrelease and embed_translations only works for Qt 5.12 or later. # See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.