From 404d52e95f2d5026494beb28611b254a558d2486 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 30 Oct 2012 21:11:11 +0100 Subject: [PATCH] 0.6.2 bump --- NEWS | 5 +++++ configure.ac | 4 ++-- po/cs.po | 2 +- po/libisds.pot | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d52b170..b5445d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 0.6.2 +============= + +• Building tests out of source tree has been fixed. + Version 0.6.1 ============= diff --git a/configure.ac b/configure.ac index cca5397..53f8587 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([libisds], [0.6.1], [petr.pisar@atlas.cz]) -AM_INIT_AUTOMAKE(libisds, 0.6.1) +AC_INIT([libisds], [0.6.2], [petr.pisar@atlas.cz]) +AM_INIT_AUTOMAKE(libisds, 0.6.2) AC_LANG([C]) AC_CONFIG_SRCDIR([src/isds.c]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/po/cs.po b/po/cs.po index 27e9ab4..535da41 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libisds 0.6\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" -"POT-Creation-Date: 2012-10-29 20:13+0100\n" +"POT-Creation-Date: 2012-10-30 20:48+0100\n" "PO-Revision-Date: 2012-10-21 21:40+0200\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" diff --git a/po/libisds.pot b/po/libisds.pot index 108dc82..8c1b4a7 100644 --- a/po/libisds.pot +++ b/po/libisds.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libisds 0.6.1\n" +"Project-Id-Version: libisds 0.6.2\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" -"POT-Creation-Date: 2012-10-29 20:13+0100\n" +"POT-Creation-Date: 2012-10-30 20:48+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- 2.11.4.GIT