From e7a348624c241a817228177f6815d6e8227befc8 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 20 Oct 2012 23:51:50 +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 05dda0f6..a1b7011c 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.4")] +[assembly:AssemblyVersion ("0.9.5")] [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 5c67bf12..52644689 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.5' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 4c6b3f69..a47afa92 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.4]) +m4_define([sparkleshare_version], [0.9.5]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)