Ocarina 6.4.11

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-05-13 16:32:43 -04:00
parent f2222c1063
commit 6e3027d087
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
6.4.11: 6.4.11:
- Remove stop button - Remove stop button
- Move collection enabled checkboxes into a right click menu - 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: 6.4.11-rc:
- Convert window code to C - Convert window code to C

View File

@ -1,6 +1,6 @@
# Maintainer: Anna Schumaker <anna@ocarinaproject.net> # Maintainer: Anna Schumaker <anna@ocarinaproject.net>
pkgname=ocarina pkgname=ocarina
pkgver=6.4.10 pkgver=6.4.11
pkgrel=1 pkgrel=1
pkgdesc="A simple GTK+ and gstreamer based music player." pkgdesc="A simple GTK+ and gstreamer based music player."
url="http://www.ocarinaproject.net/" url="http://www.ocarinaproject.net/"

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import os import os
CONFIG_VERSION = "6.4.11-rc" CONFIG_VERSION = "6.4.11"
# Set up default environment # Set up default environment