Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 44da485

Browse files
committed
Bump the version
1 parent 4db7549 commit 44da485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Warning: This is an automatically generated file, do not edit!
22
dnl Process this file with autoconf to produce a configure script.
33
AC_PREREQ([2.54])
4-
AC_INIT([mono-addins], [1.0])
4+
AC_INIT([mono-addins], [1.2])
55
AM_INIT_AUTOMAKE([foreign tar-ustar])
66
AM_MAINTAINER_MODE
77

@@ -11,7 +11,7 @@ if test "x$PKG_CONFIG" = "xno"; then
1111
AC_MSG_ERROR([You need to install pkg-config])
1212
fi
1313

14-
API_VERSION=1.0.0.0
14+
API_VERSION=1.2.0.0
1515
AC_SUBST(API_VERSION)
1616
POLICY_VERSIONS="0.2 0.3 0.4 0.5 0.6"
1717
AC_SUBST(POLICY_VERSIONS)

0 commit comments

Comments
 (0)