Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2014-11-19 21:12:37 +0300
committerLluis Sanchez <lluis@xamarin.com>2014-11-19 21:12:37 +0300
commit44da485ce598b0ccb45f597dee340e6dcb6dc29a (patch)
treeea37d43e122ab03b7e6d3d720163f2d1b13b319c /configure.ac
parent4db7549a318b1fde4a55e705c448456123f157a5 (diff)
Bump the version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a19b3a1..1b0aaeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT([mono-addins], [1.0])
+AC_INIT([mono-addins], [1.2])
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_MAINTAINER_MODE
@@ -11,7 +11,7 @@ if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR([You need to install pkg-config])
fi
-API_VERSION=1.0.0.0
+API_VERSION=1.2.0.0
AC_SUBST(API_VERSION)
POLICY_VERSIONS="0.2 0.3 0.4 0.5 0.6"
AC_SUBST(POLICY_VERSIONS)