update version for next release

This commit is contained in:
Hylke Bons 2011-07-21 00:17:28 +01:00
parent a81940f9e5
commit 45b6f0e668
2 changed files with 7 additions and 2 deletions

5
NEWS
View file

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

View file

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