diff options
-rw-r--r-- | HACKING | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -17,3 +17,10 @@ Tests 'make test_gi.TestUtf8.valgrind' executes all the tests in test_gi.TestUtf8 in valgrind +Releasing +=== +* Bump version in configure.ac +* Commit & Tag +* Make distcheck +* Upload tarball to git servers +* Email PyGTK-announce & gnome-release mailing list diff --git a/configure.ac b/configure.ac index 956c2d7..f18f85d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(pygi, 0.1) +AC_INIT(pygi, 0.5) AM_INIT_AUTOMAKE(foreign) AC_CONFIG_HEADERS(config.h) @@ -39,7 +39,7 @@ PKG_CHECK_MODULES(FFI, libffi >= 3.0) # GNOME PKG_CHECK_MODULES(GNOME, glib-2.0 >= 2.20 - gobject-introspection-1.0 >= 0.6.4 + gobject-introspection-1.0 >= 0.6.10 pygobject-2.0 >= 2.20 pycairo >= 1.0.2 ) |