Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 6118470

Browse files
committed
[*] Bumping version to 1.1.5
1 parent 8e7aabe commit 6118470

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
07-Dec-2017 Bumping version to v1.1.5.
2+
13
07-Dec-2017 Fixes #392. VisualC-15.0 is now compatible with the latest VisualStudio 2017 15.5 release.
24

35
04-Oct-2017 ======== Version 1.1.4 Release ========

Common/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// AssemblyInformationalVersion is modified by the release procedure for any alpha/beta qualifications, and is used
5454
// in the 'product version' detail when inspecting an assembly, and also by "bam --version".
5555
// Semantic versioning (http://semver.org/) is used.
56-
[assembly: AssemblyVersion("1.1.4")]
57-
[assembly: AssemblyInformationalVersion("1.1.4")]
56+
[assembly: AssemblyVersion("1.1.5")]
57+
[assembly: AssemblyInformationalVersion("1.1.5")]
5858

5959
// Because it exposes externally visible types.
6060
[assembly: CLSCompliant(true)]

docsrc/BuildAMationDoxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = BuildAMation
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.1.4
41+
PROJECT_NUMBER = 1.1.5
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)