From 0a42799c5c9264d102b65a82271962701d6484a0 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Sat, 6 Feb 2016 08:11:01 +0100 Subject: [PATCH] Updating the changelog in the VERSION file, and version_sync --- VERSION | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4091cf27..388d4e96 100644 --- a/VERSION +++ b/VERSION @@ -1,11 +1,11 @@ -0.6.0.3 +0.7.0 The first line of this file shall be the last tagged version string. The version history may be filled in at any time, but when a version is tagged, the current date shall be added on the first line of the release notes for the version being tagged. Version history =================== ====( 0.7.0 )==== -FILL-IN-DATE +2016-02-06 This release is mainy about namespaces and new and redesigned container types. Because of several backward incompatible changes, the version number was bumped from 0.6.x to 0.7.0. diff --git a/configure.ac b/configure.ac index 09752bba..ea4bac55 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(Shapes, 0.6.0.3, tiddeweb@gmail.com) +AC_INIT(Shapes, 0.7.0, tiddeweb@gmail.com) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) -- 2.11.4.GIT