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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-07-27 01:26:26 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-07-27 01:26:26 +0300
commit67201afbe465903ee1e48207e89966714a0ca184 (patch)
tree3be27998b2a6f9b787356754b3b701aeda2f0184 /configure.ac
parentcd460273427ac62e4ff3cd076c6898d678e02893 (diff)
Bump version to 1.3mono-addins-1.3
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 9ca3efc..b255acf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,14 @@
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.2])
+AC_INIT([mono-addins], [1.3])
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_MAINTAINER_MODE
dnl pkg-config
PKG_PROG_PKG_CONFIG([0.16])
-API_VERSION=1.2.0.0
+API_VERSION=1.3.0.0
AC_SUBST(API_VERSION)
POLICY_VERSIONS="0.2 0.3 0.4 0.5 0.6"
AC_SUBST(POLICY_VERSIONS)