From f622bf41dbc584dd17e6cfd1f1dc7bbe4250d098 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Thu, 5 May 2022 11:06:21 +0200 Subject: Bump version --- CMakeLists.txt | 2 +- polecat.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a153afd..b93216b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(ENABLE_WINE "enables wine support [Not on Windows]" ON) option(ENABLE_DXVK "enables dxvk support" ON) option(ENABLE_LUTRIS "enables lutris support" OFF) -project(polecat VERSION 0.1.9 LANGUAGES C) +project(polecat VERSION 0.2.0 LANGUAGES C) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) diff --git a/polecat.spec b/polecat.spec index 5fb74ad..8dc769a 100644 --- a/polecat.spec +++ b/polecat.spec @@ -1,5 +1,5 @@ Name: polecat -Version: 0.1.9 +Version: 0.2.0 Release: 1%{?dist} Summary: simple wine version manager @@ -36,6 +36,9 @@ polecat is wine manager that manages, installs and downloads wine for you %{_bindir}/%{name} %changelog +* Thu May 05 2022 Jan Drögehoff - 0.2.0-1 +- Update to 0.2.0 + * Mon Nov 23 18:39:58 CET 2020 Jan Drögehoff - 0.1.9-1 - Update to 1.9 -- cgit v1.2.3