Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javierllorente committed May 4, 2020
1 parent fc02552 commit 942c108
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)

project(Qactus
VERSION 2.0.0
VERSION 2.0.1
LANGUAGES CXX)

add_definitions(-DQACTUS_VERSION="${PROJECT_VERSION}")
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Qactus ChangeLog
================
v2.0.1 (2020-05-04)
- RequestStateEditor bugfixes:
* get the full diff for the selected request
* use the right OBS signal finishedParsingRequestStatus()

v2.0.0 (2020-04-20)

libqobs:
Expand Down
2 changes: 1 addition & 1 deletion qactus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%global devname %{libprefix}-devel

Name: qactus
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: A GUI client for OBS
License: GPL-2.0 or GPL-3.0
Expand Down

0 comments on commit 942c108

Please sign in to comment.