Update to 3.18.5. Downgrade API tp 3.0.0.0. So that you don't have to change Mono Developer project everytime you update gtk-sharp. We should update API to 4.0.0.0 when gtk+-4.0.0 is out.

This commit is contained in:
Mikkel Kruse Johnsen 2015-12-02 09:22:51 +01:00
parent 2c5ba65fa7
commit 0b38a45627

View File

@ -1,5 +1,5 @@
AC_INIT(gtk-sharp, 3.18.2)
AC_INIT(gtk-sharp, 3.18.5)
AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2 tar-ustar foreign])
AC_CANONICAL_HOST
@ -7,7 +7,7 @@ AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE
AC_CONFIG_MACRO_DIR([m4])
API_VERSION=3.18.0.0
API_VERSION=3.0.0.0
AC_SUBST(API_VERSION)
CAIRO_API_VERSION=1.12.0.0
AC_SUBST(CAIRO_API_VERSION)