From 45b6f0e66812c82dcef06b5cf1b4b6b5f1cb9fa1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 21 Jul 2011 00:17:28 +0100 Subject: [PATCH] update version for next release --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index df789ab0..61367d55 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.2.5 for Linux and Mac (...): + + ... + + 0.2.4 for Linux and Mac (Wed Jun 29, 2011): Hylke: Fix crash when setting up with an empty Git repository. diff --git a/configure.ac b/configure.ac index 5f8aa07e..cb054fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. m4_define([sparkleshare_version], - [0.2.4]) + [0.2.5]) m4_define([sparkleshare_asm_version], - [0.2.4]) + [0.2.5]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)