shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-1-0-0-2-g4bd1f80


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-0-2-g4bd1f80
Date: Thu, 20 May 2010 18:55:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=4bd1f80bbdd115d30b33bbb338d27d91c003ca87

The branch, master has been updated
       via  4bd1f80bbdd115d30b33bbb338d27d91c003ca87 (commit)
       via  b0deb810e0c219536731b0b1532a32c72e6558ae (commit)
      from  a619702d9a1fe0489cafa234201f4898f277b40e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4bd1f80bbdd115d30b33bbb338d27d91c003ca87
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:55:44 2010 +0200

    Bump version.

commit b0deb810e0c219536731b0b1532a32c72e6558ae
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:47:09 2010 +0200

    Fix cyclo web rule.

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |    5 +++++
 cfg.mk       |    1 +
 configure.ac |    4 ++--
 lib/shishi.h |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 4fa0421..2b7d811 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ Shishi NEWS -- History of user-visible changes.                
 -*- outline -*-
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon 
Josefsson
 See the end for copying conditions.
 
+* Version 1.0.1 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 1.0.0 (released 2010-05-20)
 
 ** doc: Added PDF version of API reference manual.
diff --git a/cfg.mk b/cfg.mk
index e78c4cc..09076e5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -95,6 +95,7 @@ web:
        cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
                -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
        cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html 
doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css 
$(htmldir)/reference/
+       cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/
 
 upload-web:
        cd $(htmldir) && \
diff --git a/configure.ac b/configure.ac
index c20797c..0c45091 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,14 +19,14 @@
 # Floor, Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU Shishi], [1.0.0], address@hidden)
+AC_INIT([GNU Shishi], [1.0.1], address@hidden)
 
 # Library code modified:                              REVISION++
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 1)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 1)
 
 # Used when creating libshishi-XX.def.
diff --git a/lib/shishi.h b/lib/shishi.h
index d31f20e..9965895 100644
--- a/lib/shishi.h
+++ b/lib/shishi.h
@@ -29,7 +29,7 @@
 #include <time.h>              /* time_t */
 #include <shishi-int.h>                /* uint32_t */
 
-#define SHISHI_VERSION "1.0.0"
+#define SHISHI_VERSION "1.0.1"
 
 # ifdef __cplusplus
 extern "C"


hooks/post-receive
-- 
GNU shishi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]