diff options
author | Zach Goldberg <zach@zachgoldberg.com> | 2010-04-18 14:32:06 -0400 |
---|---|---|
committer | Zach Goldberg <zach@zachgoldberg.com> | 2010-04-18 14:32:06 -0400 |
commit | 8dbc2cb016acef7b364804cd9bc8f0b1da37e84b (patch) | |
tree | 96cc10032e3dc6fb853deeff8d2ff766e920705d /configure.ac | |
parent | 3293c91d90c5c497b45e42a527d7f79f7435823e (diff) | |
download | pygi-master.tar.gz pygi-master.tar.xz pygi-master.zip |
Bump version for release 0.5.0PYGI_0_5_0master
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |