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+ 07-Dec-2017 Bumping version to v1.1.5.
2+
1307-Dec-2017 Fixes #392. VisualC-15.0 is now compatible with the latest VisualStudio 2017 15.5 release.
24
3504-Oct-2017 ======== Version 1.1.4 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.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 ) ]
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.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
You can’t perform that action at this time.
0 commit comments