Skip to content

Commit

Permalink
New version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conan-Kudo committed Apr 26, 2019
1 parent 259cbe6 commit 19e1231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif(POLICY CMP0048)

project(dnfdragora VERSION 1.1.1 LANGUAGES NONE)
project(dnfdragora VERSION 1.1.2 LANGUAGES NONE)
cmake_minimum_required(VERSION 3.4)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
Expand Down
7 changes: 5 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
2019-MM-DD v. X.Y.Z
2019-04-26 v. 1.1.2
---------------------
-
- Fix screenshot referenced in dnfdragora metainfo file
- Add support for more ARM architectures and POWER-based architectures
- Refer to the architectures by their basearch names
- Really use given file for logging

2019-01-17 v. 1.1.1
---------------------
Expand Down

0 comments on commit 19e1231

Please sign in to comment.