This repository was archived by the owner on Aug 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ 13-May-2018 Bumping to version v1.1.7.
2+
1311-Mar-2018 ======== Version 1.1.6 Release ========
24
3511-Mar-2018 Fixes #425. VisualC-15.0 is now compatible with the latest VisualStudio 2017 15.6 release.
Original file line number Diff line number Diff line change 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.6 " ) ]
57- [ assembly: AssemblyInformationalVersion ( "1.1.6 " ) ]
56+ [ assembly: AssemblyVersion ( "1.1.7 " ) ]
57+ [ assembly: AssemblyInformationalVersion ( "1.1.7 " ) ]
5858
5959// Because it exposes externally visible types.
6060[ assembly: CLSCompliant ( true ) ]
Original file line number Diff line number Diff 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.5
41+ PROJECT_NUMBER = 1.1.7
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
You can’t perform that action at this time.
0 commit comments