From 6e9ab4299717cbf17a302a966d0fa7981acd08c7 Mon Sep 17 00:00:00 2001 From: "ivan@ivanholmes.co.uk" Date: Sun, 18 Apr 2021 21:32:29 +0100 Subject: [PATCH] update version --- _version.py | 2 +- version.rc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_version.py b/_version.py index 8b4f92d..46e40bb 100644 --- a/_version.py +++ b/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- appName = "Chordsheet" -version = '0.4.5' +version = '0.4.6' diff --git a/version.rc b/version.rc index 681e4b3..07aba0e 100644 --- a/version.rc +++ b/version.rc @@ -6,8 +6,8 @@ VSVersionInfo( ffi=FixedFileInfo( # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) # Set not needed items to zero 0. -filevers=(0, 4, 5, 0), -prodvers=(0, 4, 5, 0), +filevers=(0, 4, 6, 0), +prodvers=(0, 4, 6, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -31,12 +31,12 @@ StringFileInfo( u'040904B0', [StringStruct(u'CompanyName', u'Ivan Holmes'), StringStruct(u'FileDescription', u'Chordsheet'), - StringStruct(u'FileVersion', u'0.4.5'), + StringStruct(u'FileVersion', u'0.4.6'), StringStruct(u'InternalName', u'Chordsheet'), StringStruct(u'LegalCopyright', u'Copyright (c) Ivan Holmes, 2020. Some rights reserved.'), StringStruct(u'OriginalFilename', u'chordsheet.exe'), StringStruct(u'ProductName', u'Chordsheet'), - StringStruct(u'ProductVersion', u'0.4.5')]) + StringStruct(u'ProductVersion', u'0.4.6')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]