From 6a0978efc39d9aac68bf58ef3140f3195bcb14bd Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 14 Sep 2024 21:06:37 +0200 Subject: [PATCH] r0_3_10_0 --- ChangeLog | 2 +- Jamulus.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a4ce4c366..0b4f4565ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -### 3.10.0dev <- NOTE: the release version number will be 3.11.0 ### +### 0.3.10.0 ### - Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). (contributed by @AdamGLIN) diff --git a/Jamulus.pro b/Jamulus.pro index e46ad40929..99f48d3256 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.10.0dev +VERSION = 0.3.10.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.