bump version

This commit is contained in:
Hylke Bons 2012-12-07 10:34:45 +00:00
parent 0d6dd93454
commit 5a257d8255
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ using System;
using System.Reflection;
[assembly:AssemblyTitle ("SparkleLib")]
[assembly:AssemblyVersion ("0.9.9")]
[assembly:AssemblyVersion ("0.9.10")]
[assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")]
[assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")]

View file

@ -4,6 +4,7 @@ TARGET = library
ASSEMBLY_INFO_SOURCE = Defines.cs
SOURCES = \
Defines.cs \
SparkleBackend.cs \
SparkleConfig.cs \
SparkleExtensions.cs \