From 6619868041f3e44ba6a2ec07f8f68869facef6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4cker?= Date: Fri, 29 Jul 2016 14:03:28 +0200 Subject: [PATCH] 4.0.1 release --- CMakeLists.txt | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f3182e1..05cded2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set (ICON_NAME ${CMAKE_PROJECT_NAME}) set (APP_NAME "Gradio") set (GENERIC_NAME "Internet Radio") set (COMMENT "Listen to radio stations worldwide") -set (VERSION "4.0.0") +set (VERSION "4.0.1") set (VERSION_INFO "Stable") # where we install data directory (if we have any) diff --git a/debian/changelog b/debian/changelog index 0f3ba519..3db92fdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gradio (3.0.2) xenial; urgency=low +gradio (4.0.1) xenial; urgency=low * Initial Release.