From f60f31b1dbabfec877a2d51f1f3ca099f4e5f853 Mon Sep 17 00:00:00 2001 From: minfrin Date: Sat, 1 Dec 2018 16:07:59 +0200 Subject: [PATCH] Bump version. --- configure.ac | 2 +- mod_ical.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c377464..6bb6e8f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(mod_ical, 0.0.6, minfrin@sharp.fm) +AC_INIT(mod_ical, 0.0.7, minfrin@sharp.fm) AM_INIT_AUTOMAKE([dist-bzip2]) AC_CONFIG_FILES([Makefile mod_ical.spec]) AC_CONFIG_SRCDIR([mod_ical.c]) diff --git a/mod_ical.spec b/mod_ical.spec index 8764c69..8f14db2 100644 --- a/mod_ical.spec +++ b/mod_ical.spec @@ -1,7 +1,7 @@ # RPM Spec file for mod_ical Name: mod_ical -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Apache iCal/jCal/xCal filter module License: ASL 2.0