This is an automated email from the git hooks/post-receive script. glondu pushed a commit to branch master in repository ocaml-deriving-ocsigen.
commit 7f5dd42b0fff777f7a707f007b126dce1c7674b0 Author: Stephane Glondu <[email protected]> Date: Thu Jun 12 10:04:27 2014 +0200 Imported Upstream version 0.5+1 --- .gitignore | 2 +- Makefile.config | 2 +- README.md | 3 +-- VERSION | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c02ff20..7b1e3c5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ #*# tests/tests files/META -files/META.deriving-ocsigen +files/META.deriving syntax/deriving syntax/deriving.opt syntax/id.ml diff --git a/Makefile.config b/Makefile.config index 8226e81..08307dc 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,5 +1,5 @@ -PROJECTNAME := deriving-ocsigen +PROJECTNAME := deriving OCAMLFIND := ocamlfind NATDYNLINK :=YES diff --git a/README.md b/README.md index 960154f..f6d1a34 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ Deriving-ocsigen ================ -This release of deriving-ocsigen library is based on the deriving library by Jeremy Yallop. See: +This release of deriving is based on the library by Jeremy Yallop. See: * http://code.google.com/p/deriving/ - * https://github.com/jaked/deriving Compared to the original library, it adds: diff --git a/VERSION b/VERSION index f14706a..2eb3c4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5-ocsigen +0.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-deriving-ocsigen.git _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

