bump version to 0.9.7

This commit is contained in:
Hylke Bons 2012-11-09 19:25:09 +00:00
parent 0bcd1dde6f
commit 790345f6df
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name='SparkleShare' Id='184950D5-67F6-4D06-9717-7E2F1607A7B0' UpgradeCode='D3DF1D99-87F5-47A7-A349-863DD6E4B73A'
Language='1033' Codepage='1252' Version='0.9.6' Manufacturer='SparkleShare'>
Language='1033' Codepage='1252' Version='0.9.7' Manufacturer='SparkleShare'>
<Package Id='*' Keywords='Installer' Description="SparkleShare Setup" Manufacturer='SparkleShare'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version], [0.9.6])
m4_define([sparkleshare_version], [0.9.7])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)