We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09982d0 commit afa4235Copy full SHA for afa4235
CMakeLists.txt
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
2
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043
3
4
PROJECT(NitrokeyApp CXX)
5
-SET(PROJECT_VERSION "1.0-beta.3")
+SET(PROJECT_VERSION "1.0")
6
set(CMAKE_CXX_STANDARD 14)
7
8
OPTION(ADD_GIT_INFO "Add information about source code version from Git repository" TRUE)
src/version.h
@@ -8,7 +8,7 @@
#endif
9
10
#ifndef GUI_VERSION
11
-#define GUI_VERSION "1.0-beta.3"
+#define GUI_VERSION "1.0"
12
13
14
#ifndef GIT_VERSION
0 commit comments