From 5186558174e1165852b72e93d4467f91b4159c8d Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 24 May 2015 20:41:56 +0200 Subject: [PATCH] gPodder QML UI 4.6.0 --- main.py | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 85a5b80..eb03f31 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ # of gpodder-core, but we might have a different release schedule later on. If # we decide to have parallel releases, we can at least start using this version # to check if the core version is compatible with the QML UI version. -__version__ = '4.4.0' +__version__ = '4.6.0' import sys import os diff --git a/makefile b/makefile index 27a4fd0..0d05e9a 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ PROJECT := gpodder-ui-qml -VERSION := 4.4.0 +VERSION := 4.6.0 all: @echo ""