From 387c1fe131c24d41cb4d3f8281f8b16a9d82c39b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 29 Oct 2012 20:12:47 +0100 Subject: [PATCH] 0.6.1 bump --- NEWS | 6 ++++++ configure.ac | 4 ++-- po/cs.po | 2 +- po/libisds.pot | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 75510bd..d52b170 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 0.6.1 +============= + +• Missing test/simline/server_types.h files has been added into distribution +to fix test suite compilation. + Version 0.6 =========== diff --git a/configure.ac b/configure.ac index 679eac0..cca5397 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], [petr.pisar@atlas.cz]) -AM_INIT_AUTOMAKE(libisds, 0.6) +AC_INIT([libisds], [0.6.1], [petr.pisar@atlas.cz]) +AM_INIT_AUTOMAKE(libisds, 0.6.1) 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 7423a66..27e9ab4 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-21 21:32+0200\n" +"POT-Creation-Date: 2012-10-29 20:13+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 b771ac9..108dc82 100644 --- a/po/libisds.pot +++ b/po/libisds.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libisds 0.6\n" +"Project-Id-Version: libisds 0.6.1\n" "Report-Msgid-Bugs-To: petr.pisar@atlas.cz\n" -"POT-Creation-Date: 2012-10-21 21:32+0200\n" +"POT-Creation-Date: 2012-10-29 20:13+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