gPodder QML UI 4.2.0
This commit is contained in:
parent
baa8db0861
commit
65b692b16d
2 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -19,7 +19,7 @@
|
||||||
# of gpodder-core, but we might have a different release schedule later on. If
|
# 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
|
# 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.
|
# to check if the core version is compatible with the QML UI version.
|
||||||
__version__ = '4.1.0'
|
__version__ = '4.2.0'
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
2
makefile
2
makefile
|
@ -1,5 +1,5 @@
|
||||||
PROJECT := gpodder-ui-qml
|
PROJECT := gpodder-ui-qml
|
||||||
VERSION := 4.1.0
|
VERSION := 4.2.0
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue