Update version number to 0.4.0 for upcoming release

This commit is contained in:
Hylke Bons 2011-11-12 02:23:30 +00:00
parent 1f4dfedba3
commit e38de33178
2 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
0.4.0 for Linux and Mac (Sun Nov 12 2011):
Hylke: bla bla derp derp
0.2.5 for Linux and Mac (Mon Jul 25 2011):
Hylke: Reimplement notes to be less buggy and backend independent. Polish

View file

@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version],
[0.2.5])
[0.4.0])
m4_define([sparkleshare_asm_version],
[0.2.5])
[0.4.0])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)