aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blogc.spec.in3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/blogc.spec.in b/blogc.spec.in
index f10e7fc..e185379 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 14 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.7-1
+- New release.
+
* Sun Jan 10 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> 0.6.1-1
- New release.
diff --git a/configure.ac b/configure.ac
index e43633d..cd52b20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
-AC_INIT([blogc], [0.6.1], [https://github.com/blogc/blogc], [blogc],
+AC_INIT([blogc], [0.7], [https://github.com/blogc/blogc], [blogc],
[https://blogc.rgm.io])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])