From 790345f6df7b942a365d7688862538d331c99dc6 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 9 Nov 2012 19:25:09 +0000 Subject: [PATCH] bump version to 0.9.7 --- SparkleLib/Defines.cs | 2 +- SparkleShare/Windows/SparkleShare.wxs | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index 2bcebfa6..a2e401b1 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -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.")] diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 735b5cbd..896a35f5 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.7' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 4c741eb0..ac2976e8 100755 --- a/configure.ac +++ b/configure.ac @@ -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)