update NEWS

This commit is contained in:
Hylke 2011-06-29 16:34:34 +01:00
parent a06b16af23
commit 91003a2cf2
2 changed files with 7 additions and 2 deletions

5
NEWS
View file

@ -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

View file

@ -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)