From c7297cb5e74727c136547f588503e488ca40dd30 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 22 Jan 2016 20:32:30 +0100 Subject: build: version bump --- blogc.spec.in | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/blogc.spec.in b/blogc.spec.in index b66d92a..53364f9 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 22 2016 Rafael G. Martins 0.7.1-1 +- New release. + * Thu Jan 14 2016 Rafael G. Martins 0.7-1 - New release. diff --git a/configure.ac b/configure.ac index cd52b20..4303f97 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([blogc], [0.7], [https://github.com/blogc/blogc], [blogc], +AC_INIT([blogc], [0.7.1], [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3-18-g5258