Skip to content

Commit

Permalink
Incremented project version to 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Aug 5, 2024
1 parent fc8624b commit e0e5f73
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 = mhed
PROJECT_NUMBER = 1.5.0
PROJECT_NUMBER = 1.5.1
PROJECT_BRIEF = "Micro Hosts Editor is a small, simple, cross-platform, free and completely open-source Hosts editor"
PROJECT_LOGO =
PROJECT_ICON =
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion packaging/build_win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rem
title Building Micro Hosts Editor release binaries...

set GPGKEY=A989AAAA
set RELVER=150
set RELVER=151

if [%CI_HASH%] == [] (
set PREFIX=mhed_%RELVER%
Expand Down
4 changes: 2 additions & 2 deletions src/mhed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
4 changes: 2 additions & 2 deletions src/mhlib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]

0 comments on commit e0e5f73

Please sign in to comment.