From f41a9ae065cb9764a8b12fe56a97d03b393e0d1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sun, 6 Sep 2015 10:03:16 +0200 Subject: [PATCH] Increase version to 0.10.1 --- NEWS | 9 +++++++++ configure.ac | 2 +- po/cs.po | 2 +- po/libisds.pot | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index dfcda7f..32a3b75 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.10.1 +============== + +• This release is fully compatible with previous one. There are no chaneges in +the code. Only tests were updated. + +• Pregenerated certificates used for tests expired causing a test unit to +fail. This release updates the certificates. + Version 0.10 ============ diff --git a/configure.ac b/configure.ac index 1306e17..95c542d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libisds], [0.10], [petr.pisar@atlas.cz]) +AC_INIT([libisds], [0.10.1], [petr.pisar@atlas.cz]) AM_INIT_AUTOMAKE AC_LANG([C]) AC_CONFIG_SRCDIR([src/isds.c]) diff --git a/po/cs.po b/po/cs.po index 53ba254..8e40d1a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libisds 0.10\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" -"POT-Creation-Date: 2015-01-10 16:44+0100\n" +"POT-Creation-Date: 2015-09-06 10:12+0200\n" "PO-Revision-Date: 2015-01-10 16:49+0100\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" diff --git a/po/libisds.pot b/po/libisds.pot index 358a2be..8fd9d64 100644 --- a/po/libisds.pot +++ b/po/libisds.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libisds 0.10\n" +"Project-Id-Version: libisds 0.10.1\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" -"POT-Creation-Date: 2015-01-10 16:44+0100\n" +"POT-Creation-Date: 2015-09-06 10:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.11.4.GIT