This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository xstrp4.

commit 56e509045be6846d0e1abc3c6deb592eba2bf86c
Author: Stephane Glondu <st...@glondu.net>
Date:   Mon May 4 19:41:37 2015 -0300

    Imported Upstream version 1.8.1
---
 Makefile  | 3 ++-
 README    | 3 +++
 RELEASE   | 2 +-
 configure | 7 +++----
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 3458442..44aa7e9 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,8 @@ OCAMLFIND = ocamlfind
 
 .PHONY: install
 install: all
-       $(OCAMLFIND) install $(NAME) *.cmi *.cma META
+       $(OCAMLFIND) install $(NAME) *.cmi *.cma META \
+               -patch-version `./configure -version`
 
 .PHONY: uninstall
 uninstall:
diff --git a/README b/README
index df1785a..a2d46ad 100644
--- a/README
+++ b/README
@@ -28,6 +28,9 @@ is O'Caml bug #4357 
(http://caml.inria.fr/mantis/view.php?id=4357).
 
 
 CHANGES:
+Changed in version 1.8.1:
+        Patching the version string in the META file
+
 Changed in version 1.8:
        Removal of the support for O'Caml 3.09 and earlier.
        Integrating Sylvain's record access patch.
diff --git a/RELEASE b/RELEASE
index 6259340..a8fdfda 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.8
+1.8.1
diff --git a/configure b/configure
index 9ddbf34..640f343 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-# $Id: configure 35 2010-11-30 14:34:06Z gerd $
+# $Id: configure 38 2015-04-07 12:50:18Z gerd $
 
 #######################################################################
 # Helpers:
@@ -47,7 +47,7 @@ set_defaults () {
 ocamlc=`get_path ocamlc`
 set_defaults
 
-version="1.8"
+version="1.8.1"
 exec_suffix=""
 
 #######################################################################
@@ -114,8 +114,6 @@ _EOF_
 
 
 
-echo "Welcome to Xstrp4 version $version" >&2
-
 while [ "$#" -gt 0 ]; do
         case "$1" in
                 -enable-*)
@@ -151,6 +149,7 @@ while [ "$#" -gt 0 ]; do
         esac
 done
 
+echo "Welcome to Xstrp4 version $version" >&2
 
 ######################################################################
 # Check ocamlfind

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/xstrp4.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to