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)