Skip to content

Commit

Permalink
Added revision version. Set current revision to 2. Full version: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadnan committed Aug 19, 2018
1 parent dcca80a commit 7f08764
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ set(OPENCL_TEST_SRC
set (CMAKE_CXX_STANDARD 11)
set (ArioMiner_VERSION_MAJOR 0)
set (ArioMiner_VERSION_MINOR 1)
set (ArioMiner_VERSION_REVISION 2)

set (CMAKE_MACOSX_RPATH 0)

configure_file (
Expand Down
2 changes: 1 addition & 1 deletion app/arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int arguments::report_interval() {

string arguments::get_help() {
return
"\nArionum CPU/GPU Miner v." ArioMiner_VERSION_MAJOR "." ArioMiner_VERSION_MINOR "\n"
"\nArionum CPU/GPU Miner v." ArioMiner_VERSION_MAJOR "." ArioMiner_VERSION_MINOR "." ArioMiner_VERSION_REVISION "\n"
"Copyright (C) 2018 Haifa Bogdan Adnan\n"
"\n"
"Usage:\n"
Expand Down
1 change: 1 addition & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

#define ArioMiner_VERSION_MAJOR "@ArioMiner_VERSION_MAJOR@"
#define ArioMiner_VERSION_MINOR "@ArioMiner_VERSION_MINOR@"
#define ArioMiner_VERSION_REVISION "@ArioMiner_VERSION_REVISION@"

#endif //ARIOMINER_CONFIG_H_IN_H
1 change: 1 addition & 0 deletions win32/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

#define ArioMiner_VERSION_MAJOR "0"
#define ArioMiner_VERSION_MINOR "1"
#define ArioMiner_VERSION_REVISION "2"

#endif //ARIOMINER_CONFIG_H_IN_H

0 comments on commit 7f08764

Please sign in to comment.