Let's start Ocarina 6.2!

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-06-14 19:28:45 -04:00
parent 8b053b8c85
commit 64354cec26
2 changed files with 6 additions and 6 deletions

8
DESIGN
View File

@ -1,16 +1,16 @@
===============================================================================
= =
= Ocarina 6.1 =
= Ocarina 6.2 =
= =
===============================================================================
Ocarina 6.1 is the 6th implementation of the Ocarina music player - a
Ocarina 6.2 is the 6th implementation of the Ocarina music player - a
lightweight, GTK+ based music player with all the features that I want.
Improvements over the 5.x series will include the existence of both a design
document (this file) and unit tests. This should make maintenance easier and
help me stay focused.
Ocarina 6.1 will use Gstreamer 1.0 for audio playback, GTK-MM 3 for user
Ocarina 6.2 will use Gstreamer 1.0 for audio playback, GTK-MM 3 for user
interface development, and Taglib for extracting tags.
@ -1080,7 +1080,7 @@ Library:
Playlist:
Playlists are a new feature in Ocarina 6 and are modeled after Gmail
labels. Ocarina 6.1 will support two different playlists that the
labels. Ocarina 6.2 will support two different playlists that the
user can add tracks to: banned and favorites.
The playlist layer will maintain a queue that is used by the UI to

View File

@ -2,8 +2,8 @@
import os
# Configuration variables
CONFIG_VERSION = 6.1
CONFIG_DEBUG = False
CONFIG_VERSION = 6.2
CONFIG_DEBUG = True
CONFIG_TEST_VALGRIND = False
CONFIG_TEST_COVERAGE = False
CONFIG_TEST_CPPCHECK = False