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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-10-29 15:03:35 +0300
committerLluis Sanchez <lluis@novell.com>2007-10-29 15:03:35 +0300
commit010f0275dc0836aec0d132b9b1d68c79770738b5 (patch)
treead0acd227df2219e95ac9df927cccd8e3c212c77 /configure.in
parent60d38c05fb889eb9c9a82da7542177cd148a94e5 (diff)
Bump MD version.
svn path=/trunk/monodevelop/; revision=88372
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 55b2434dd6..bfdf4bd4a5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
-AC_INIT([monodevelop], 0.16, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], 0.17, [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.25])
-ASSEMBLY_VERSION=0.16.0.0
+ASSEMBLY_VERSION=0.17.0.0
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)