From e84c2bc8465c9127c8f08861de521798dde9103c Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Wed, 21 Mar 2012 07:26:36 +0800 Subject: [PATCH] Bump the version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69f9f9b4..9f0fa63c 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.Upnp], [0.1.0]) +AC_INIT([Mono.Upnp], [0.1.1]) AM_INIT_AUTOMAKE([foreign tar-ustar]) AM_MAINTAINER_MODE