From 63e5d14258a28da87999465d459eac957ac081cf Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 29 Sep 2012 10:59:48 +0200 Subject: [PATCH] tagged 1.0 --- 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..77e972d6 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 ("1.0")] [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..545d2210 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='1.0' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 6f4dc050..ddf81b8a 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], [1.0]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)