Skip to content

Commit 6e26606

Browse files
committed
Adjusted version numbers
Adjusted versions numbers to accomodate server fix.
1 parent 408869b commit 6e26606

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

file_version_info_recce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(1, 0, 0, 0),
10-
prodvers=(1, 0, 0, 0),
9+
filevers=(1, 0, 1, 0),
10+
prodvers=(1, 0, 1, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x17,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -30,13 +30,13 @@ VSVersionInfo(
3030
StringTable(
3131
u'040904b0',
3232
[StringStruct(u'FileDescription', u'Recce'),
33-
StringStruct(u'FileVersion', u'1.0'),
33+
StringStruct(u'FileVersion', u'1.0.1'),
3434
StringStruct(u'InternalName', u'recce'),
3535
StringStruct(u'LegalCopyright', u'Copyright (C) 2019 University of Utah, Marriott Library, Client Platform Support'),
3636
StringStruct(u'CompanyName', u'University of Utah, Marriott Library, Client Platform Support'),
3737
StringStruct(u'OriginalFilename', u'recce.exe'),
3838
StringStruct(u'ProductName', u'Recce'),
39-
StringStruct(u'ProductVersion', u'1.0')])
39+
StringStruct(u'ProductVersion', u'1.0.1')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [0x409, 1200])])
4242
]

recce.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#
2727
# 1.0.0 2019.07.16 Initial version. tjm
2828
#
29+
# 1.0.1 2019.07.22 Adjusted server url handling. tjm
2930
#
3031
################################################################################
3132
################################################################################
@@ -83,7 +84,7 @@
8384
pass
8485

8586

86-
__version__ = '1.0'
87+
__version__ = '1.0.1'
8788

8889

8990
def main():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='recce',
5-
version='1.0',
5+
version='1.0.1',
66
description='A recon.exe replacement',
77
author='Todd McDaniel',
88
author_email='todd.mcdaniel@utah.edu',

0 commit comments

Comments
 (0)