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

Commit 6027ab5

Browse files
committed
[*] Version 1.1.2 Release
1 parent db49e6c commit 6027ab5

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+
19-Aug-2017 ======== Version 1.1.2 Release ========
2+
13
19-Aug-2017 Fixes #357. VisualC-15.0 now tracks published versions in VisualStudio 2017 15.3.1. The VC Tools version has changed to 14.11.25503. The C runtime version has changed to 14.11.25325. A mistake from earlier VS2017 releases corrects the redist version from Microsoft.VC150.CRT to Microsoft.VC141.CRT. This change is not backward compatible with earlier releases of VisualStudio 2017.
24

35
19-Aug-2017 Fixes #358. Prebuilt tool executables that do not exist at their specified paths on disk now result in an exception being thrown.

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.1")]
57-
[assembly: AssemblyInformationalVersion("1.1.1")]
56+
[assembly: AssemblyVersion("1.1.2")]
57+
[assembly: AssemblyInformationalVersion("1.1.2")]
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.0.4
41+
PROJECT_NUMBER = 1.1.2
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)