From e91a513097c65519901d11e50c9778da3583e863 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 5 Feb 2023 17:55:34 +0100 Subject: [PATCH] Prepare release and bump version numbers to 2.14.0 Signed-off-by: Sven Strickroth --- doc/doc.build.include | 2 +- src/Changelog.txt | 2 +- src/TortoiseGitSetup/VersionNumberInclude.wxi | 2 +- src/version.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doc.build.include b/doc/doc.build.include index 84b85be4c..dbc91efe9 100644 --- a/doc/doc.build.include +++ b/doc/doc.build.include @@ -189,7 +189,7 @@ This will only build the english HTML help file for TortoiseGit Version information set to dummy values - + diff --git a/src/Changelog.txt b/src/Changelog.txt index 2a221eefd..84ce8863f 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -1,5 +1,5 @@ = Release 2.14.0 = -Released: unreleased +Released: 2023-02-05 == Features == * Fixed issue #3860: Highlight keywords, such as error, fatal and warning in output of git commands diff --git a/src/TortoiseGitSetup/VersionNumberInclude.wxi b/src/TortoiseGitSetup/VersionNumberInclude.wxi index 8e4642e69..9b8329e27 100644 --- a/src/TortoiseGitSetup/VersionNumberInclude.wxi +++ b/src/TortoiseGitSetup/VersionNumberInclude.wxi @@ -1,7 +1,7 @@ - + diff --git a/src/version.h b/src/version.h index e620efa08..394cf3c81 100644 --- a/src/version.h +++ b/src/version.h @@ -1,9 +1,9 @@ // TortoiseGit - a Windows shell extension for easy version control -// Copyright (C) 2008-2022 - TortoiseGit +// Copyright (C) 2008-2023 - TortoiseGit #define TGIT_VERMAJOR 2 -#define TGIT_VERMINOR 13 +#define TGIT_VERMINOR 14 #define TGIT_VERMICRO 0 #define TGIT_VERBUILD 0 #define TGIT_VERDATE __DATE__ -- 2.11.4.GIT