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@linux-8tsd.site>2011-08-05 00:21:34 +0400
committerLluis Sanchez <lluis@linux-8tsd.site>2011-08-05 00:21:34 +0400
commit90639a78bc5df8c51ac73ffc2d5bb1798a57dd17 (patch)
tree31bae84d8e0e13ada6c1e1f26d4c38ff7ac7653c
parent34ef28e23d47a59c74b1ff223f11de564de5a446 (diff)
Bump release version and fix some minor Makefile issuemono-addins-0.6.2
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8814ba4..e87ba74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ src-zip:
unix2dos $(SRC_PACKAGE_DIR)/AUTHORS.txt
unix2dos $(SRC_PACKAGE_DIR)/COPYING.txt
rm -rf $(SRC_PACKAGE_DIR)/Test
- rm $(SRC_PACKAGE_DIR)/configure.ac
+ rm -f $(SRC_PACKAGE_DIR)/configure.ac
cd $(SRC_PACKAGE_DIR) && for fi in `find . -name Makefile.am`; do rm $$fi; done
cd $(SRC_PACKAGE_DIR) && zip -r ../$(SRC_PACKAGE_DIR).zip *
diff --git a/configure.ac b/configure.ac
index f5d70cf..a550bdf 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], [0.6.1])
+AC_INIT([mono-addins], [0.6.2])
AM_INIT_AUTOMAKE([foreign tar-ustar])
AM_MAINTAINER_MODE