From 64354cec26b7260be95322b47572237e0600ba7a Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sat, 14 Jun 2014 19:28:45 -0400 Subject: [PATCH] Let's start Ocarina 6.2! Signed-off-by: Anna Schumaker --- DESIGN | 8 ++++---- Sconstruct | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESIGN b/DESIGN index b503a520..7403e7ed 100644 --- a/DESIGN +++ b/DESIGN @@ -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 diff --git a/Sconstruct b/Sconstruct index 624b8a48..bbb38e93 100644 --- a/Sconstruct +++ b/Sconstruct @@ -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