Update version numbers everywhere for next release

This commit is contained in:
Hylke Bons 2011-05-02 16:07:13 +01:00
parent 9ef61ecf64
commit 75e83ff67e
5 changed files with 23 additions and 26 deletions

7
NEWS
View file

@ -1,4 +1,9 @@
0.2-rc1 for Linux and Mac (Sun Mar 20, 2011)
0.2 for Linux and Mac (...)
...
0.2-rc1 for Linux and Mac (Sun Mar 20, 2011):
Hylke: A lot of fixes and optimisations across the backend. Less memory
usage, less crashes. Instant notifications of new changes instead of polling.

36
README
View file

@ -1,28 +1,26 @@
SparkleShare 0.2 Release Candidate 1
====================================
SparkleShare
============
SparkleShare is a file sharing and collaboration tool inspired by Dropbox.
SparkleShare is a collaboration and sharing tool that is designed to keep
things simple and to stay out of your way. It allows you to instantly sync
with any Git repository you have access to.
SparkleShare isn't just a piece of software, it's part of your workflow. It's
designed to make sharing documents and collaboration easier, and to make peers
aware of what you are doing. It allows you to instantly sync with any Git
repository you have access to. The user interface and features are made to
support this goal. Though SparkleShare is not made to be a graphical frontend
Though SparkleShare is not made to be a graphical frontend
for git or a backup tool, it may be useful for other kinds of purposes as well,
like backing up small files or monitoring your favourite project. In contrast
to the projects name, we will very likely refuse to implement your personal
ponies.
SparkleShare currently only works on Linux/GNOME.
Windows and OSX ports are planned for the future.
SparkleShare currently works on Linux and Mac. A Windows port and mobile
device support are planned for the future.
License
=======
SparkleShare is free software and licensed under the GNU GPLv3. You are welcome
to change and redistribute it under certain conditions. For more information
see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html
SparkleShare is free software and licensed under the GNU GPLv3 or later. You
are welcome to change and redistribute it under certain conditions. For more
information see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html
Run on Linux:
@ -126,20 +124,13 @@ The last step will give you some errors, but you only need the libraries to be c
Open 'SparkleShare/Mac/SparkleShare.sln' in MonoDevelop and start the build.
Frequently Asked Question
=========================
Q: Why is it written in Mono/C#?
A: Because I hate freedom.
Info
====
Official website:
http://www.sparkleshare.org/
Project page:
Source code:
http://github.com/SparkleShare/
IRC Channel:
@ -148,7 +139,7 @@ IRC Channel:
Wiki:
http://github.com/hbons/SparkleShare/wiki/
Issue tracker:
Report issues:
http://github.com/hbons/SparkleShare/issues/
Translation project:
@ -156,3 +147,4 @@ http://www.transifex.net/projects/p/sparkleshare/
Now have fun and create cool things together! :)

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.2-rc1</ReleaseVersion>
<ReleaseVersion>0.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.2-rc1
version = 0.2
EndGlobalSection
EndGlobal

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version],
[0.2-rc1])
[0.2])
m4_define([sparkleshare_asm_version],
[0.2])