Skip to content

Commit afa4235

Browse files
committed
Bump version to 1.0 (release)
Signed-off-by: Szczepan Zalega <[email protected]>
1 parent 09982d0 commit afa4235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
22
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043
33

44
PROJECT(NitrokeyApp CXX)
5-
SET(PROJECT_VERSION "1.0-beta.3")
5+
SET(PROJECT_VERSION "1.0")
66
set(CMAKE_CXX_STANDARD 14)
77

88
OPTION(ADD_GIT_INFO "Add information about source code version from Git repository" TRUE)

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#endif
99

1010
#ifndef GUI_VERSION
11-
#define GUI_VERSION "1.0-beta.3"
11+
#define GUI_VERSION "1.0"
1212
#endif
1313

1414
#ifndef GIT_VERSION

0 commit comments

Comments
 (0)