changeset 938:fdafdcd9758a

Bump to next release version.
author John Schneiderman <JohnMS@member.fsf.org>
date Tue, 20 Dec 2022 17:20:01 +0100
parents 8ec5695bc887
children 119a36808f57
files CMakeLists.txt ChangeLog
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Dec 20 15:52:04 2022 +0100
+++ b/CMakeLists.txt	Tue Dec 20 17:20:01 2022 +0100
@@ -19,7 +19,7 @@
 #*******************************************************************************
 cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
 project (DuxReiNummariae
-	VERSION 0.5.0
+	VERSION 0.6.0
 	DESCRIPTION "A simple & powerful budgeting application."
 	LANGUAGES CXX
 )
--- a/ChangeLog	Tue Dec 20 15:52:04 2022 +0100
+++ b/ChangeLog	Tue Dec 20 17:20:01 2022 +0100
@@ -17,6 +17,7 @@
 #**  You should have received a copy of the GNU Affero General Public License***
 #**  along with this program. If not, see <http://www.gnu.org/licenses/>.    ***
 #*******************************************************************************
+XXXX-XX-XX John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.6.0
 2022-12-20 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.5.0
 	* Bug Fix #40: Fixed removing a goal budget item not updating the bank account association.
 	* Bug Fix #45: Fixed allowing selecting the bank account type when posting a budget item.