From 85f3e780ac20e5b41afcc91f57aa7a9fee9f57ae Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 26 Oct 2012 23:54:53 +0100 Subject: [PATCH] bump version --- 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 a1b7011c..2bcebfa6 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.5")] +[assembly:AssemblyVersion ("0.9.6")] [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 52644689..735b5cbd 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.6' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index a47afa92..4c741eb0 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.5]) +m4_define([sparkleshare_version], [0.9.6]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)