[tasque] Bump version to 0.1.13



commit 32be7b8bd29097f307124ac5a4916cd57851518e
Author: Antonius Riha <antoniusriha gmail com>
Date:   Mon Oct 29 16:56:08 2012 +0100

    Bump version to 0.1.13

 WindowsSetup/Product.wxs                           |    2 +-
 build/build.csproj                                 |    2 +-
 configure.ac                                       |    2 +-
 data/data.mdproj                                   |    2 +-
 po/po.mdproj                                       |    2 +-
 src/Addins/Backends/Dummy/DummyBackend.csproj      |    2 +-
 src/Addins/Backends/Eds/EdsBackend.csproj          |    4 ++--
 .../Backends/Hiveminder/HiveminderBackend.csproj   |    4 ++--
 src/Addins/Backends/IceCore/IceCoreBackend.csproj  |    4 ++--
 src/Addins/Backends/Rtm/RtmBackend.csproj          |    2 +-
 src/Addins/Backends/Sqlite/SqliteBackend.csproj    |    2 +-
 src/Gtk.Tasque/Gtk.Tasque.csproj                   |    2 +-
 src/Libraries/RtmNet/RtmNet.csproj                 |    2 +-
 src/MonoMac.Tasque/MonoMac.Tasque.csproj           |    2 +-
 src/libtasque/libtasque.csproj                     |    2 +-
 src/tasque/tasque.csproj                           |    2 +-
 tasque.sln                                         |    2 +-
 tests/tests.csproj                                 |    2 +-
 18 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/WindowsSetup/Product.wxs b/WindowsSetup/Product.wxs
index 89c5a6b..7d08dfc 100644
--- a/WindowsSetup/Product.wxs
+++ b/WindowsSetup/Product.wxs
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension";>
-	<Product Id="*" Name="Tasque" Language="1033" Version="0.1.12" Manufacturer="Tasque Project" UpgradeCode="d4720f75-fd29-4014-9fbe-bd5a6473c48f">
+	<Product Id="*" Name="Tasque" Language="1033" Version="0.1.13" Manufacturer="Tasque Project" UpgradeCode="d4720f75-fd29-4014-9fbe-bd5a6473c48f">
 		<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
 
     <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
diff --git a/build/build.csproj b/build/build.csproj
index 35ccd2d..5872723 100644
--- a/build/build.csproj
+++ b/build/build.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>build</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>True</DebugSymbols>
diff --git a/configure.ac b/configure.ac
index 597e6f8..123e32c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([tasque], [0.1.12])
+AC_INIT([tasque], [0.1.13])
 AM_INIT_AUTOMAKE([foreign tar-ustar])
 AM_MAINTAINER_MODE
 
diff --git a/data/data.mdproj b/data/data.mdproj
index 661dec8..e3e53c8 100644
--- a/data/data.mdproj
+++ b/data/data.mdproj
@@ -8,7 +8,7 @@
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{6F2F4BAA-3C60-464D-B757-9DD18FED0BAA}</ProjectGuid>
     <OutputPath>.</OutputPath>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..</TopBuildDir>
   </PropertyGroup>
diff --git a/po/po.mdproj b/po/po.mdproj
index ba858d9..23a2c49 100644
--- a/po/po.mdproj
+++ b/po/po.mdproj
@@ -56,7 +56,7 @@
         <Translation isoCode="zh_TW" />
       </translations>
     </translations>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)' == 'Default' " />
   <!-- The above is only for the MD Gettext addin, which provides a convenient environment for translation -->
diff --git a/src/Addins/Backends/Dummy/DummyBackend.csproj b/src/Addins/Backends/Dummy/DummyBackend.csproj
index ff24693..b35563a 100644
--- a/src/Addins/Backends/Dummy/DummyBackend.csproj
+++ b/src/Addins/Backends/Dummy/DummyBackend.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>DummyBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <BuildEnabled>$(EnableBackendDummy)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Addins/Backends/Eds/EdsBackend.csproj b/src/Addins/Backends/Eds/EdsBackend.csproj
index e18ec10..5453554 100644
--- a/src/Addins/Backends/Eds/EdsBackend.csproj
+++ b/src/Addins/Backends/Eds/EdsBackend.csproj
@@ -12,8 +12,8 @@
     <AssemblyName>EdsBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
-    <EnableBackendEds Condition=" '$(EnableBackendEds)' == '' " >false</EnableBackendEds>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
+    <EnableBackendEds Condition=" '$(EnableBackendEds)' == '' ">false</EnableBackendEds>
     <BuildEnabled>$(EnableBackendEds)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Addins/Backends/Hiveminder/HiveminderBackend.csproj b/src/Addins/Backends/Hiveminder/HiveminderBackend.csproj
index f656fe7..fea062f 100644
--- a/src/Addins/Backends/Hiveminder/HiveminderBackend.csproj
+++ b/src/Addins/Backends/Hiveminder/HiveminderBackend.csproj
@@ -12,8 +12,8 @@
     <AssemblyName>HiveminderBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
-    <EnableBackendHiveminder Condition=" '$(EnableBackendHiveminder)' == '' " >false</EnableBackendHiveminder>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
+    <EnableBackendHiveminder Condition=" '$(EnableBackendHiveminder)' == '' ">false</EnableBackendHiveminder>
     <BuildEnabled>$(EnableBackendHiveminder)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Addins/Backends/IceCore/IceCoreBackend.csproj b/src/Addins/Backends/IceCore/IceCoreBackend.csproj
index fbce861..616ce09 100644
--- a/src/Addins/Backends/IceCore/IceCoreBackend.csproj
+++ b/src/Addins/Backends/IceCore/IceCoreBackend.csproj
@@ -12,8 +12,8 @@
     <AssemblyName>IceCoreBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
-    <EnableBackendIceCore Condition=" '$(EnableBackendIceCore)' == '' " >false</EnableBackendIceCore>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
+    <EnableBackendIceCore Condition=" '$(EnableBackendIceCore)' == '' ">false</EnableBackendIceCore>
     <BuildEnabled>$(EnableBackendIceCore)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Addins/Backends/Rtm/RtmBackend.csproj b/src/Addins/Backends/Rtm/RtmBackend.csproj
index 3605ed5..d87f56b 100644
--- a/src/Addins/Backends/Rtm/RtmBackend.csproj
+++ b/src/Addins/Backends/Rtm/RtmBackend.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>RtmBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <BuildEnabled>$(EnableBackendRtm)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Addins/Backends/Sqlite/SqliteBackend.csproj b/src/Addins/Backends/Sqlite/SqliteBackend.csproj
index 435fda4..d875a39 100644
--- a/src/Addins/Backends/Sqlite/SqliteBackend.csproj
+++ b/src/Addins/Backends/Sqlite/SqliteBackend.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>SqliteBackend</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <BuildEnabled>$(EnableBackendSqlite)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..\..</TopBuildDir>
diff --git a/src/Gtk.Tasque/Gtk.Tasque.csproj b/src/Gtk.Tasque/Gtk.Tasque.csproj
index 72e9c14..1b88310 100644
--- a/src/Gtk.Tasque/Gtk.Tasque.csproj
+++ b/src/Gtk.Tasque/Gtk.Tasque.csproj
@@ -13,7 +13,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <GtkSharp12 Condition=" '$(EnableGtkSharp12)' == '' Or '$(EnableGtkSharp12)' ">GTK_2_12</GtkSharp12>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..</TopBuildDir>
   </PropertyGroup>
diff --git a/src/Libraries/RtmNet/RtmNet.csproj b/src/Libraries/RtmNet/RtmNet.csproj
index 8b174b0..c29af79 100644
--- a/src/Libraries/RtmNet/RtmNet.csproj
+++ b/src/Libraries/RtmNet/RtmNet.csproj
@@ -12,7 +12,7 @@
     <RootNamespace>RtmNet</RootNamespace>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <BuildEnabled>$(EnableBackendRtm)</BuildEnabled>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..\..</TopBuildDir>
diff --git a/src/MonoMac.Tasque/MonoMac.Tasque.csproj b/src/MonoMac.Tasque/MonoMac.Tasque.csproj
index 5934380..781c47a 100644
--- a/src/MonoMac.Tasque/MonoMac.Tasque.csproj
+++ b/src/MonoMac.Tasque/MonoMac.Tasque.csproj
@@ -9,7 +9,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>MonoMac.Tasque</RootNamespace>
     <AssemblyName>MonoMac.Tasque</AssemblyName>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..</TopBuildDir>
   </PropertyGroup>
diff --git a/src/libtasque/libtasque.csproj b/src/libtasque/libtasque.csproj
index 969cb22..56e45d4 100644
--- a/src/libtasque/libtasque.csproj
+++ b/src/libtasque/libtasque.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>libtasque</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..</TopBuildDir>
   </PropertyGroup>
diff --git a/src/tasque/tasque.csproj b/src/tasque/tasque.csproj
index 178e9f4..bb9c513 100644
--- a/src/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>Tasque</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..\..</TopBuildDir>
   </PropertyGroup>
diff --git a/tasque.sln b/tasque.sln
index eb37bdd..37af34c 100644
--- a/tasque.sln
+++ b/tasque.sln
@@ -225,7 +225,7 @@ Global
 	EndGlobalSection
 	GlobalSection(MonoDevelopProperties) = preSolution
 		StartupItem = src\tasque\tasque.csproj
-		version = 0.1.12
+		version = 0.1.13
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
diff --git a/tests/tests.csproj b/tests/tests.csproj
index c5384ad..d8cf4ef 100644
--- a/tests/tests.csproj
+++ b/tests/tests.csproj
@@ -12,7 +12,7 @@
     <AssemblyName>Tasque.Tests</AssemblyName>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <ReleaseVersion>0.1.12</ReleaseVersion>
+    <ReleaseVersion>0.1.13</ReleaseVersion>
     <PackageName>tasque</PackageName>
     <TopBuildDir>..</TopBuildDir>
   </PropertyGroup>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]