Skip to content

Commit

Permalink
Update version-dependent artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
erl987 committed Nov 19, 2022
1 parent 623e048 commit f20f8d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Utilities/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ along with this program.If not, see <http://www.gnu.org/licenses/>
* Currently the detection of 5-tone sequences is implemented. The detected sequences are logged and further
* actions can automatically be started, when detecting a sequence.
* @author Ralf Rettig ([email protected], www.personalfme.de)
* @version 714e5ef
* @date "2022-11-06 17:33:52 +0100"
* @version 623e048
* @date "2022-11-19 11:41:19 +0000"
*
* The object-oriented code is currently designed for 5-tone sequences only, but it can be flexibly extended to other
* types of sequences, because the basic class "CSearch" is an abstract interface.
Expand Down Expand Up @@ -52,9 +52,9 @@ namespace Utilities {
/** @param VERSION_TYPE storing the version type (i.e. "" = Release to Manufacturing, "RC1" = Release candidate 1, "pre-release" = Development version) */
const std::string VERSION_TYPE = "";
/** @param REVISION storing the revision number from the current build, automatically updated by SVN */
const std::string REVISION = "714e5ef";
const std::string REVISION = "623e048";
/** @param DATE_STRING storing the build date from the current revision, automatically updated by SVN */
const std::string DATE_STRING = "2022-11-06 17:33:52 +0100";
const std::string DATE_STRING = "2022-11-19 11:41:19 +0000";
/** @param SOFTWARE_NAME storing the name of the software, automatically updated by SVN */
const std::string SOFTWARE_NAME_STRING = "PersonalFME";
/** @param VENDOR_NAME storing the name of the software owner, automatically updated by SVN */
Expand Down
Binary file modified documentation/benutzerhandbuch.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions documentation/personalfme.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: personalfme
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 11/06/2022
.\" Date: 11/19/2022
.\" Manual: MANUAL TEXT
.\" Source: SOURCE TEXT
.\" Language: English
.\"
.TH "PERSONALFME" "1" "11/06/2022" "SOURCE TEXT" "MANUAL TEXT"
.TH "PERSONALFME" "1" "11/19/2022" "SOURCE TEXT" "MANUAL TEXT"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down

0 comments on commit f20f8d8

Please sign in to comment.