diff --git a/README.md b/README.md index c95a0002..8bf5d252 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Up next: * Port to Dear ImGUI, making UI improvements along the way * Self-contained save format including sample and image files +This release (0.7) is the last release that will exclusively +support Gtk/Clutter for the UI. I plan to branch immediately +after the release and start working on the Dear ImGUI port; +Clutter is too bitrotted to keep using it. + ### BUILDING See README.build diff --git a/wscript b/wscript index 88ae2ebf..854402e2 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import os import os.path APPNAME = "mfp" -VERSION = "0.6" +VERSION = "0.7" WAFTOOLS = "compiler_c gcc python glib2" top = '.'