From 6e3027d087d40675482f6d3059a7f4a993ff214e Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 13 May 2016 16:32:43 -0400 Subject: [PATCH] Ocarina 6.4.11 Signed-off-by: Anna Schumaker --- CHANGELOG | 2 +- PKGBUILD | 2 +- Sconstruct | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4d423ac5..68fe65b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ 6.4.11: - Remove stop button - Move collection enabled checkboxes into a right click menu -- Various UI tweaks +- Various UI tweaks (Thanks to Colin Fulton for helping here) 6.4.11-rc: - Convert window code to C diff --git a/PKGBUILD b/PKGBUILD index 5e21060c..914aa4a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.4.10 +pkgver=6.4.11 pkgrel=1 pkgdesc="A simple GTK+ and gstreamer based music player." url="http://www.ocarinaproject.net/" diff --git a/Sconstruct b/Sconstruct index d2e4867c..244c1a34 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.11-rc" +CONFIG_VERSION = "6.4.11" # Set up default environment