From 69e79d1ca62fe876deaf38fbb4e6adebf98c5adb Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 15 Oct 2012 21:29:58 +0100 Subject: [PATCH] bump development 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 c224c8a3..05dda0f6 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.3")] +[assembly:AssemblyVersion ("0.9.4")] [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 f9c6ce22..5c67bf12 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='0.9.4' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 6ddea778..4c6b3f69 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.3]) +m4_define([sparkleshare_version], [0.9.4]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)