diff --git a/CHANGELOG b/CHANGELOG index 9acef734..cd8cd571 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +6.4.13-rc: +- Rewrite GtkTreeView code +- Save and Restore treeview column widths +- Only have a single GtkTreeView instance +- Finish conversion of Ocarina to C + 6.4.12: - Don't reenable tempqueues when restarting - Control automatic pausing with a GtkComboBox diff --git a/Sconstruct b/Sconstruct index dd4d82b6..62461120 100644 --- a/Sconstruct +++ b/Sconstruct @@ -1,7 +1,7 @@ #!/usr/bin/python import os -CONFIG_VERSION = "6.4.12" +CONFIG_VERSION = "6.4.13-rc" # Set up default environment