[Pkg-ocaml-maint-commits] [lablgtk-extras] 01/04: Imported Upstream version 1.4
Stéphane Glondu
glondu at moszumanska.debian.org
Thu Nov 21 10:46:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository lablgtk-extras.
commit cd92dc4b3b35a91e007e9aac440b29e09ee0eaea
Author: Stephane Glondu <steph at glondu.net>
Date: Sun Nov 17 10:55:20 2013 +0100
Imported Upstream version 1.4
---
configure | 2 +-
configure.ac | 2 +-
src/META | 2 +-
src/gdir.ml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index e31b177..16e5476 100755
--- a/configure
+++ b/configure
@@ -1694,7 +1694,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-VERSION=1.3
+VERSION=1.4
PACKAGE_NAME=lablgtk2-extras
# The root directory where we will compile
diff --git a/configure.ac b/configure.ac
index d9f836f..b450751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
# check for one particular file of the sources
AC_INIT(master.Makefile.in)
-VERSION=1.3
+VERSION=1.4
PACKAGE_NAME=lablgtk2-extras
# The root directory where we will compile
diff --git a/src/META b/src/META
index c8a30cf..0521046 100644
--- a/src/META
+++ b/src/META
@@ -1,6 +1,6 @@
description = "Additional libraries for Lablgtk2"
requires = "unix,xmlm,lablgtk2,config-file,lablgtk2.sourceview2"
-version = "1.1"
+version = "1.4"
archive(byte) = "lablgtkextras.cma"
archive(native) = "lablgtkextras.cmxa"
diff --git a/src/gdir.ml b/src/gdir.ml
index ccfe599..f11287a 100644
--- a/src/gdir.ml
+++ b/src/gdir.ml
@@ -48,7 +48,7 @@ let subdirs path =
match file with
| None -> List.rev acc
| Some s when
- s = Filename.parent_dir_name or
+ s = Filename.parent_dir_name ||
s = Filename.current_dir_name -> iter acc
| Some file ->
try
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/lablgtk-extras.git
More information about the Pkg-ocaml-maint-commits
mailing list