Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit fc9793b

Browse files
author
Patrick Rye
committed
Update to v4.1.2
Just updating some numbers.
1 parent 1ed05f6 commit fc9793b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented here.
44
This project adheres to [Semantic Versioning](http://semver.org/)
55

6-
## UNRELEASED [4.1.2] - 2015-09-04
6+
## [4.1.2] - 2015-09-04
77

88
### Fixed
99

Source/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
//Don't forget to increment the build number before each build
2121
#define DEFINED_VER_RC_FILEVERSION 4,1,2,10
2222
#define DEFINED_VER_RC_FILEVERSION_STRING "4, 1, 2, 10\0"
23-
#define DEFINED_VER_FULLVERSION_STRING "4.1.2-rc.1"
23+
#define DEFINED_VER_FULLVERSION_STRING "4.1.2"
2424

2525
//Software Status
26-
#define DEFINED_VER_STATUS "Release Candidate"
27-
#define DEFINED_VER_STATUS_SHORT "rc"
26+
#define DEFINED_VER_STATUS "Release"
27+
#define DEFINED_VER_STATUS_SHORT "r"
2828

2929
/*
3030
Software Status can be the following:

0 commit comments

Comments
 (0)