From 99191203bd1c1558ef536567dc48d25a6f45de21 Mon Sep 17 00:00:00 2001 From: Nathanial Woolls Date: Mon, 30 Dec 2013 19:13:19 -0500 Subject: [PATCH] Version info updated --- Installer/VersionInfo.ini | 2 +- MultiMiner.Coin.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.CoinWarz.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Coinbase.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Coinchoose.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Engine/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.MobileMiner.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Update/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Win/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs | 6 +++--- MultiMiner.Xgminer/Properties/AssemblyInfo.cs | 6 +++--- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Installer/VersionInfo.ini b/Installer/VersionInfo.ini index 806e4d5f0..42a682eb2 100644 --- a/Installer/VersionInfo.ini +++ b/Installer/VersionInfo.ini @@ -1,2 +1,2 @@ [VersionInfo] -AppVersion=2.3.0.84 \ No newline at end of file +AppVersion=2.3.1.85 \ No newline at end of file diff --git a/MultiMiner.Coin.Api/Properties/AssemblyInfo.cs b/MultiMiner.Coin.Api/Properties/AssemblyInfo.cs index 5df266b58..d67180af7 100644 --- a/MultiMiner.Coin.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.Coin.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.CoinWarz.Api/Properties/AssemblyInfo.cs b/MultiMiner.CoinWarz.Api/Properties/AssemblyInfo.cs index 4422e46eb..10e2ed270 100644 --- a/MultiMiner.CoinWarz.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.CoinWarz.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Coinbase.Api/Properties/AssemblyInfo.cs b/MultiMiner.Coinbase.Api/Properties/AssemblyInfo.cs index 207e5e7b2..52a77755a 100644 --- a/MultiMiner.Coinbase.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.Coinbase.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Coinchoose.Api/Properties/AssemblyInfo.cs b/MultiMiner.Coinchoose.Api/Properties/AssemblyInfo.cs index 62fb89550..35e422fe6 100644 --- a/MultiMiner.Coinchoose.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.Coinchoose.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Engine/Properties/AssemblyInfo.cs b/MultiMiner.Engine/Properties/AssemblyInfo.cs index 276f06099..04fef467e 100644 --- a/MultiMiner.Engine/Properties/AssemblyInfo.cs +++ b/MultiMiner.Engine/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.MobileMiner.Api/Properties/AssemblyInfo.cs b/MultiMiner.MobileMiner.Api/Properties/AssemblyInfo.cs index 1cf65e42c..5dfdaa57d 100644 --- a/MultiMiner.MobileMiner.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.MobileMiner.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Update/Properties/AssemblyInfo.cs b/MultiMiner.Update/Properties/AssemblyInfo.cs index f7cc5a544..42f3cdadf 100644 --- a/MultiMiner.Update/Properties/AssemblyInfo.cs +++ b/MultiMiner.Update/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Win/Properties/AssemblyInfo.cs b/MultiMiner.Win/Properties/AssemblyInfo.cs index 81b998de5..47cfd9467 100644 --- a/MultiMiner.Win/Properties/AssemblyInfo.cs +++ b/MultiMiner.Win/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs b/MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs index ff6b2be94..b7782b613 100644 --- a/MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs +++ b/MultiMiner.Xgminer.Api/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")] diff --git a/MultiMiner.Xgminer/Properties/AssemblyInfo.cs b/MultiMiner.Xgminer/Properties/AssemblyInfo.cs index d40867f2d..28e2004ad 100644 --- a/MultiMiner.Xgminer/Properties/AssemblyInfo.cs +++ b/MultiMiner.Xgminer/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyVersion("2.3.0.84")] -[assembly: AssemblyFileVersion("2.3.0.84")] +// [assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyVersion("2.3.1.85")] +[assembly: AssemblyFileVersion("2.3.1.85")]