From 9bf255869be9a4a9f895a372f923c732ea1a35fe Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Fri, 7 Jul 2023 11:06:25 +0200 Subject: [PATCH] Incremented project version to 1.4.1. --- Doxyfile | 2 +- docs/source/conf.py | 2 +- packaging/build_win.cmd | 2 +- src/mhed/Properties/AssemblyInfo.cs | 4 ++-- src/mhlib/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index 9d5a092..71a73ce 100644 --- a/Doxyfile +++ b/Doxyfile @@ -10,7 +10,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = mhed -PROJECT_NUMBER = 1.4.0 +PROJECT_NUMBER = 1.4.1 PROJECT_BRIEF = "Micro Hosts Editor is a small, simple, cross-platform and completely free open-source Hosts editor" PROJECT_LOGO = OUTPUT_DIRECTORY = docs/build/doxygen diff --git a/docs/source/conf.py b/docs/source/conf.py index 94b4d13..54122fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.0' +release = '1.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/packaging/build_win.cmd b/packaging/build_win.cmd index fbeda4f..b5c7708 100644 --- a/packaging/build_win.cmd +++ b/packaging/build_win.cmd @@ -9,7 +9,7 @@ rem title Building Micro Hosts Editor release binaries... set GPGKEY=A989AAAA -set RELVER=140 +set RELVER=141 if [%CI_HASH%] == [] ( set PREFIX=mhed_%RELVER% diff --git a/src/mhed/Properties/AssemblyInfo.cs b/src/mhed/Properties/AssemblyInfo.cs index 98a295d..dfd1d5e 100644 --- a/src/mhed/Properties/AssemblyInfo.cs +++ b/src/mhed/Properties/AssemblyInfo.cs @@ -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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")] diff --git a/src/mhlib/Properties/AssemblyInfo.cs b/src/mhlib/Properties/AssemblyInfo.cs index b57249f..e8d4622 100644 --- a/src/mhlib/Properties/AssemblyInfo.cs +++ b/src/mhlib/Properties/AssemblyInfo.cs @@ -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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")]