changeset 199:d62347136513

Updated version for the start of the 0.6 development line.
author John Schneiderman <JohnMS@member.fsf.org>
date Mon, 01 Mar 2021 16:21:46 +0100
parents 8430cea87268
children 46d7580c8bb5
files CMakeLists.txt ChangeLog pkg/pecunia.spec
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Mar 01 16:19:15 2021 +0100
+++ b/CMakeLists.txt	Mon Mar 01 16:21:46 2021 +0100
@@ -19,7 +19,7 @@
 #*******************************************************************************
 cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
 project(Pecunia
-	VERSION 0.5.0
+	VERSION 0.6.0
 	DESCRIPTION "Library for working with currencies using ISO-4217 standard and a fixed unit size."
 	LANGUAGES CXX
 )
--- a/ChangeLog	Mon Mar 01 16:19:15 2021 +0100
+++ b/ChangeLog	Mon Mar 01 16:21:46 2021 +0100
@@ -17,6 +17,7 @@
 #**  You should have received a copy of the GNU Lesser 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
 2021-02-27 John Schneiderman <JohnMS_AT_member_DOT_fsf_DOT_org> 0.5.0
 	* Feature: All currency codes supplied by the ISO.
 	* Feature: The money object swaperator is now noexcept.
--- a/pkg/pecunia.spec	Mon Mar 01 16:19:15 2021 +0100
+++ b/pkg/pecunia.spec	Mon Mar 01 16:21:46 2021 +0100
@@ -21,7 +21,7 @@
 %define so_number	0
 
 Name:			pecunia
-Version:		0.5.0
+Version:		0.6.0
 Release:		1%distsuffix%dist
 Summary:		C++ ISO-4217 Currency Library
 Source0:		https:/packaging.schneiderman.me/binaries/%{name}-%{version}.tar.gz