diff options
author | Nito Martinez <Nito@Qindel.ES> | 2016-05-31 11:23:40 +0200 |
---|---|---|
committer | Nito Martinez <Nito@Qindel.ES> | 2016-05-31 11:23:40 +0200 |
commit | 035995a8c16e8867f209100330653b33de06f458 (patch) | |
tree | 66a89defd48b40c50eb597b0e631aa586c85b9eb /nxcomp/Control.cpp | |
parent | aba2a534f630f5b65a53e0ea7cdba17b77263f87 (diff) | |
download | nx-libs-035995a8c16e8867f209100330653b33de06f458.tar.gz nx-libs-035995a8c16e8867f209100330653b33de06f458.tar.bz2 nx-libs-035995a8c16e8867f209100330653b33de06f458.zip |
display version number in nxcomp log, fixes #127
Diffstat (limited to 'nxcomp/Control.cpp')
-rw-r--r-- | nxcomp/Control.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nxcomp/Control.cpp b/nxcomp/Control.cpp index 1bf2dbdd2..93b3ff277 100644 --- a/nxcomp/Control.cpp +++ b/nxcomp/Control.cpp @@ -618,7 +618,8 @@ Control::Control() #ifdef TEST *logofs << "Control: Major version is " << LocalVersionMajor << " minor is " << LocalVersionMinor << " patch is " - << LocalVersionPatch << ".\n" << logofs_flush; + << LocalVersionPatch << " Maintenance version is " + << LocalVersionMaintenancePatch << ".\n" << logofs_flush; #endif // |