From 91003a2cf2ed7045bd9f6dbda186caca151f9279 Mon Sep 17 00:00:00 2001 From: Hylke Date: Wed, 29 Jun 2011 16:34:34 +0100 Subject: [PATCH] update NEWS --- NEWS | 5 +++++ configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e8cbe3b3..df789ab0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.2.4 for Linux and Mac (Wed Jun 29, 2011): + + Hylke: Fix crash when setting up with an empty Git repository. + + 0.2.3 for Linux and Mac (Tue Jun 28, 2011): Hylke: Add the ability to add notes in the event logs. Fix some quirks diff --git a/configure.ac b/configure.ac index d958b0f1..223e7613 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.3]) + [0.2.4]) m4_define([sparkleshare_asm_version], - [0.2.3]) + [0.2.4]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)