Skip to content

Commit

Permalink
Incremented project version to 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Jun 10, 2022
1 parent caf793d commit 6631bbb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = hudman
PROJECT_NUMBER = 4.1.0
PROJECT_NUMBER = 5.0.0
PROJECT_BRIEF = "Local HUD mirror manager"
PROJECT_LOGO =
OUTPUT_DIRECTORY = docs
Expand Down
6 changes: 3 additions & 3 deletions packaging/fedora/python-hudman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This product can operate in two modes: anonymous and authorized.
Please read manpage for additional information.}

Name: python-%{pypi_name}
Version: 4.1.0
Version: 5.0.0
Release: 1%{?dist}

# Main code - GPLv3+.
Expand Down Expand Up @@ -65,5 +65,5 @@ install -D -p -m 0644 packaging/assets/%{pypi_name}.1 %{buildroot}%{_mandir}/man
%doc docs/html/*

%changelog
* Sun May 08 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 4.1.0-1
- Updated to version 4.1.0.
* Fri Jun 10 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 5.0.0-1
- Updated to version 5.0.0.
10 changes: 5 additions & 5 deletions packaging/windows/assets/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

VSVersionInfo(
ffi=FixedFileInfo(
filevers=(4, 1, 0, 0),
prodvers=(4, 1, 0, 0),
filevers=(5, 0, 0, 0),
prodvers=(5, 0, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -24,14 +24,14 @@ VSVersionInfo(
[StringStruct(u'Comments', u'HUD Manager'),
StringStruct(u'CompanyName', u'EasyCoding Team'),
StringStruct(u'FileDescription', u'HUD Manager'),
StringStruct(u'FileVersion', u'4.1.0.0'),
StringStruct(u'FileVersion', u'5.0.0.0'),
StringStruct(u'InternalName', u'hudman.exe'),
StringStruct(u'LegalCopyright', u'(c) 2016-2022 EasyCoding Team. All rights reserved.'),
StringStruct(u'LegalTrademarks', u'EasyCoding, EasyCoding Software Group and EasyCoding Team are trademarks of EasyCoding Team.'),
StringStruct(u'OriginalFilename', u'hudman.exe'),
StringStruct(u'ProductName', u'HUD Manager'),
StringStruct(u'ProductVersion', u'4.1.0.0'),
StringStruct(u'Assembly Version', u'4.1.0.0')])
StringStruct(u'ProductVersion', u'5.0.0.0'),
StringStruct(u'Assembly Version', u'5.0.0.0')])
])
]
)
2 changes: 1 addition & 1 deletion packaging/windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem SPDX-License-Identifier: GPL-3.0-or-later

title Building release binaries for Windows...

set RELVER=410
set RELVER=500
set GPGKEY=A989AAAA
set PYTHONOPTIMIZE=1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='hudman',
version='4.1.0',
version='5.0.0',
packages=find_packages(),
package_dir={
'hudman': 'hudman',
Expand Down

0 comments on commit 6631bbb

Please sign in to comment.