From 389010c63b25bc7ea9a3456ad66dc36e1fad27af Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Sat, 21 Sep 2024 11:53:31 +0100 Subject: [PATCH] Set version to 3.11.0dev --- ChangeLog | 2 +- Jamulus.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78f6fea48f..6ee1b03e0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -### 3.11.0 (2024-09-21) ### +### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ### - Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). (contributed by @AdamGLIN) diff --git a/Jamulus.pro b/Jamulus.pro index f916b7b2e4..b9228b018c 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.11.0 +VERSION = 3.11.0dev # Using lrelease and embed_translations only works for Qt 5.12 or later. # See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.