From ce4923f8b942adfe01e2e63f00c5e90a9a08f2d5 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 10 Apr 2015 09:06:50 -0400 Subject: [PATCH] Ocarina 6.3.4 The main focus of this release was removing the clunky callback system and replacing it with a way to notify queues directly that tracks have been changed. Signed-off-by: Anna Schumaker --- PKGBUILD | 2 +- Sconstruct | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1c7209d2..d3b02546 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Anna Schumaker pkgname=ocarina -pkgver=6.3.3 +pkgver=6.3.4 pkgrel=1 pkgdesc="A simple GTK and gstreamer based music player." url="http://www.ocarinaproject.net/" diff --git a/Sconstruct b/Sconstruct index 4097d896..b56b4f91 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.3.3" +CONFIG_VERSION = "6.3.4" # Set up default environment