Skip to content

Commit

Permalink
Release version 0.7 (#302)
Browse files Browse the repository at this point in the history
* Bump package version to 0.7

* Update README
  • Loading branch information
bgribble committed Feb 5, 2024
1 parent 745733c commit e6e6fda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -11,7 +11,7 @@ import os
import os.path

APPNAME = "mfp"
VERSION = "0.6"
VERSION = "0.7"
WAFTOOLS = "compiler_c gcc python glib2"

top = '.'
Expand Down

0 comments on commit e6e6fda

Please sign in to comment.