From 082b748878a9f3fbb877217e3cab3159d7da8001 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Sun, 13 Sep 2020 09:31:40 +0200 Subject: [PATCH] Bunped version 0.3.4 --- debian/changelog | 5 +++++ src/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb54795..2cd2bd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +libacl (0.3-4) testing; urgency=low + + * UTC: Parse times with fractional seconds + + -- Arjen Baart Tue, 16 Jun 2020 19:14:10 +0200 libacl (0.3-3) testing; urgency=low * UTC: conversion to and from time_t, calculate diffrence in seconds diff --git a/src/Makefile.am b/src/Makefile.am index 2062854..982cb6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ libACL_la_SOURCES = string.cpp regex.cpp superstring.cpp date.cpp parsedate.c da configuration.cpp \ _version.c -libACL_la_LDFLAGS = -release 0.3.3 +libACL_la_LDFLAGS = -release 0.3.4 include_HEADERS = String.h date.h Integer.h xml.h configuration.h -- 2.20.1