From a38930b04460440bdbf5cb7590ed7f097458ee6a Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Wed, 18 Dec 2024 12:46:12 +0000 Subject: [PATCH] Set version to 3.12.0beta1 (with a space...) --- ChangeLog | 2 +- Jamulus.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64d1670527..24bfb573d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -### 3.11.0dev <- NOTE: the release version number will be 3.12.0 ### +### 3.12.0beta1 <- NOTE: the release version number will be 3.12.0 ### - Client: Display version for each server in the Connect dialog (#3416). (contributed by @softins) diff --git a/Jamulus.pro b/Jamulus.pro index 3d1d5acd45..a27846cb3d 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.11.0dev +VERSION = 3.12.0beta1 # Using lrelease and embed_translations only works for Qt 5.12 or later. # See https://github.com/jamulussoftware/jamulus/pull/3288 for these changes.