Skip to content

Commit

Permalink
Prepare release and bump version numbers to 1.8.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strickroth <[email protected]>
  • Loading branch information
csware committed Aug 12, 2014
1 parent fc5d030 commit e8dfbe4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/doc.build.include
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ This will only build the english HTML help file for TortoiseGit
<setenv>
<variable name="MajorVersion" value="1" />
<variable name="MinorVersion" value="8" />
<variable name="MicroVersion" value="9" />
<variable name="MicroVersion" value="10" />
</setenv>
</if>
</if>
Expand Down
7 changes: 6 additions & 1 deletion src/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Release 1.8.10.0 =
Released: unreleased
Released: 2014-08-12

== Features ==
* Updated shipped libgit2 to version 0.21
Expand Down Expand Up @@ -44,6 +44,11 @@ Released: unreleased
* TortoiseGitMerge: No need to expand tab to spaces when finding inline diff positions
* Repository Browser said commit not found in submodule

== Known Issues ==
* There seems to be a bug in the MFC library which occurrs when opening the revision graph in the x64
version on AMD CPUs, we cannot fix this. Please vote for this on Microsoft Connect:
https://connect.microsoft.com/VisualStudio/feedback/details/893171/c000001d-illegal-instruction-on-msvcr120-log-0x2d3-on-x64.

= Release 1.8.9.0 =
Released: 2014-06-09

Expand Down
2 changes: 1 addition & 1 deletion src/TortoiseGitSetup/VersionNumberInclude.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Include Id="VersionNumberInclude">
<?define MajorVersion="1" ?>
<?define MinorVersion="8" ?>
<?define MicroVersion="9" ?>
<?define MicroVersion="10" ?>
<?define BuildVersion="0" ?>
</Include>
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#define FILEVER 1,8,9,0
#define FILEVER 1,8,10,0
#define PRODUCTVER FILEVER
#define STRFILEVER "1.8.9.0"
#define STRFILEVER "1.8.10.0"
#define STRPRODUCTVER STRFILEVER

#define TGIT_VERMAJOR 1
#define TGIT_VERMINOR 8
#define TGIT_VERMICRO 9
#define TGIT_VERMICRO 10
#define TGIT_VERBUILD 0
#define TGIT_VERDATE __DATE__

Expand Down

0 comments on commit e8dfbe4

Please sign in to comment.