Skip to content

Commit d2425ff

Browse files
committed
Upping Version
1 parent 71e7bd2 commit d2425ff

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
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(RetroMap VERSION 1.1.0 LANGUAGES CXX)
3+
project(RetroMap VERSION 1.2.0 LANGUAGES CXX)
44
configure_file(config.h.in app_config.h)
55

66
set(CMAKE_AUTOUIC ON)

app_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#define PROJECT_VERSION_MINOR "@PROJECT_VERSION_MINOR@"
66
#define PROJECT_VERSION_PATCH "@PROJECT_VERSION_PATCH@"
77

8-
#define PROJECT_VERSION "1.1.0" //"@PROJECT_VERSION@"
8+
#define PROJECT_VERSION "1.2.0" //"@PROJECT_VERSION@"
99

1010
#endif // APP_CONFIG_H

0 commit comments

Comments
 (0)