diff options
| -rw-r--r-- | .hgtags | 4 | ||||
| -rw-r--r-- | ProgramVersion.cmake | 2 | ||||
| -rw-r--r-- | app/lib/CHANGELOG.md | 3 | ||||
| -rwxr-xr-x | app/lib/Readme.md | 6 |
4 files changed, 11 insertions, 4 deletions
@@ -138,3 +138,7 @@ a49dd970beca9183e37a527279443404e215671a V5.3.1 Beta1 1ee0c4ba03dad95c6942545ba37de526ca674dfe V5.3.1 Beta1 1ee0c4ba03dad95c6942545ba37de526ca674dfe V5.3.1 Beta1 dfe28af804168f07199a48f2f99d28a83a591c9b V5.3.1 Beta1 +336fe24c1b61de063ce2fe24dda24fe5a32b1930 V5.3.1 Beta2 +805f0a5a3dc4a2e9f413fcf5af509d39708ef465 V5.3.1 GA +805f0a5a3dc4a2e9f413fcf5af509d39708ef465 V5.3.1 GA +6f9bf8d907425660683cdcf43c9645f43590bebc V5.3.1 GA diff --git a/ProgramVersion.cmake b/ProgramVersion.cmake index 51a9e77..2cd4484 100644 --- a/ProgramVersion.cmake +++ b/ProgramVersion.cmake @@ -3,5 +3,5 @@ set(XTRKCAD_MAJOR_VERSION "5") set(XTRKCAD_MINOR_VERSION "3") set(XTRKCAD_RELEASE_VERSION "1") -set(XTRKCAD_VERSION_MODIFIER "Beta2") +set(XTRKCAD_VERSION_MODIFIER "GA") set(XTRKCAD_VERSION "${XTRKCAD_MAJOR_VERSION}.${XTRKCAD_MINOR_VERSION}.${XTRKCAD_RELEASE_VERSION}${XTRKCAD_VERSION_MODIFIER}") diff --git a/app/lib/CHANGELOG.md b/app/lib/CHANGELOG.md index 4b99eb6..d99234d 100644 --- a/app/lib/CHANGELOG.md +++ b/app/lib/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [5.3.1 GA] +No changes sine Beta2 + ## [5.3.1 Beta 2] ## Added diff --git a/app/lib/Readme.md b/app/lib/Readme.md index 7c3a800..4db2390 100755 --- a/app/lib/Readme.md +++ b/app/lib/Readme.md @@ -1,6 +1,6 @@ -# XTrackCAD Version 5.3.1 Beta Release Notes +# XTrackCAD Version 5.3.1 General Availabilty Notes -Welcome to the XtrackCAD V5.3.1 Beta Release! +Welcome to the XtrackCAD V5.3.1 General Availabuilty release! V5.3.1 contains many bug fixes, new and updated parameter files, new features and enhancements. @@ -18,7 +18,7 @@ To report bugs, please use the SourceForge bugs reporting page https://sourcefor To discuss the Release, please use the user forum https://xtrackcad.groups.io/g/main/topics -# V5.3.1 Beta Notes +# V5.3.1 GA Notes This file contains installation instructions and up-to-date information regarding XTrackCad. |
