We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942dfaa commit 744d421Copy full SHA for 744d421
CMakeLists.txt
@@ -2,7 +2,7 @@ if(POLICY CMP0048)
2
cmake_policy(SET CMP0048 NEW)
3
endif(POLICY CMP0048)
4
5
-project(dnfdragora VERSION 1.0.1 LANGUAGES NONE)
+project(dnfdragora VERSION 1.1.0 LANGUAGES NONE)
6
cmake_minimum_required(VERSION 3.4)
7
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Changes
@@ -1,4 +1,4 @@
1
-2018-XX-YY v. 1.1.0
+2018-09-15 v. 1.1.0
---------------------
- Fixed issue #70, aligned check boxes into user preferences
- Fixed issue #113, adding user preferences to get newest package only
0 commit comments