Skip to content

Commit bc24f6b

Browse files
committed
IGNITE-14107 update release version
1 parent 9ee9a8f commit bc24f6b

16 files changed

Lines changed: 29 additions & 29 deletions

File tree

modules/platforms/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
cmake_minimum_required(VERSION 3.6)
19-
project(Ignite.C++ VERSION 2.10.0.53330)
19+
project(Ignite.C++ VERSION 2.10.0.53522)
2020

2121
set(CMAKE_CXX_STANDARD 98)
2222

modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Product Name='Apache Ignite ODBC 64-bit Driver' Manufacturer='The Apache Software Foundation'
2222
Id='F3E308E4-910C-4AF5-82DE-2ACF4D64830E'
2323
UpgradeCode='1D7AEFDF-6CD2-4FB5-88F2-811A89832D6D'
24-
Language='1033' Codepage='1252' Version='2.10.0.53330'>
24+
Language='1033' Codepage='1252' Version='2.10.0.53522'>
2525

2626
<Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 64-bit Driver Installer"
2727
Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.'

modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Product Name='Apache Ignite ODBC 32-bit Driver' Manufacturer='The Apache Software Foundation'
2222
Id='D39CBABA-1E21-4701-AA5C-91EDA07B383B'
2323
UpgradeCode='743902A4-365C-424E-B226-5B2898A3941E'
24-
Language='1033' Codepage='1252' Version='2.10.0.53330'>
24+
Language='1033' Codepage='1252' Version='2.10.0.53522'>
2525

2626
<Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 32-bit Driver Installer"
2727
Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.'

modules/platforms/dotnet/Apache.Ignite.AspNet.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
[assembly: Guid("18ea4c71-a11d-4ab1-8042-418f7559d84f")]
3737

38-
[assembly: AssemblyVersion("2.10.0.53330")]
39-
[assembly: AssemblyFileVersion("2.10.0.53330")]
38+
[assembly: AssemblyVersion("2.10.0.53522")]
39+
[assembly: AssemblyFileVersion("2.10.0.53522")]
4040
[assembly: AssemblyInformationalVersion("2.10.0")]
4141

4242
[assembly: CLSCompliant(true)]

modules/platforms/dotnet/Apache.Ignite.AspNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
[assembly: Guid("13ea96fc-cc83-4164-a7c0-4f30ed797460")]
3535

36-
[assembly: AssemblyVersion("2.10.0.53330")]
37-
[assembly: AssemblyFileVersion("2.10.0.53330")]
36+
[assembly: AssemblyVersion("2.10.0.53522")]
37+
[assembly: AssemblyFileVersion("2.10.0.53522")]
3838
[assembly: AssemblyInformationalVersion("2.10.0")]
3939

4040
[assembly: CLSCompliant(true)]

modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
[assembly: Guid("8fae8395-7e91-411a-a78f-44d6d3fed0fc")]
3333

34-
[assembly: AssemblyVersion("2.10.0.53330")]
35-
[assembly: AssemblyFileVersion("2.10.0.53330")]
34+
[assembly: AssemblyVersion("2.10.0.53522")]
35+
[assembly: AssemblyFileVersion("2.10.0.53522")]
3636
[assembly: AssemblyInformationalVersion("2.10.0")]

modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
[assembly: ComVisible(false)]
3131
[assembly: Guid("134707f6-155d-47f6-9eb2-c67abbf3c009")]
3232

33-
[assembly: AssemblyVersion("2.10.0.53330")]
34-
[assembly: AssemblyFileVersion("2.10.0.53330")]
33+
[assembly: AssemblyVersion("2.10.0.53522")]
34+
[assembly: AssemblyFileVersion("2.10.0.53522")]
3535
[assembly: AssemblyInformationalVersion("2.10.0")]

modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
// You can specify all the values or you can default the Build and Revision Numbers
4646
// by using the '*' as shown below:
4747
// [assembly: AssemblyVersion("1.0.*")]
48-
[assembly: AssemblyVersion("2.10.0.53330")]
49-
[assembly: AssemblyFileVersion("2.10.0.53330")]
48+
[assembly: AssemblyVersion("2.10.0.53522")]
49+
[assembly: AssemblyFileVersion("2.10.0.53522")]
5050
[assembly: AssemblyInformationalVersion("2.10.0")]

modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
[assembly: Guid("de8dd5cc-7c7f-4a09-80d5-7086d9416a7b")]
3333

34-
[assembly: AssemblyVersion("2.10.0.53330")]
35-
[assembly: AssemblyFileVersion("2.10.0.53330")]
34+
[assembly: AssemblyVersion("2.10.0.53522")]
35+
[assembly: AssemblyFileVersion("2.10.0.53522")]
3636
[assembly: AssemblyInformationalVersion("2.10.0")]

modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
[assembly: Guid("97db45a8-f922-456a-a819-7b3c6e5e03ba")]
3535

36-
[assembly: AssemblyVersion("2.10.0.53330")]
37-
[assembly: AssemblyFileVersion("2.10.0.53330")]
36+
[assembly: AssemblyVersion("2.10.0.53522")]
37+
[assembly: AssemblyFileVersion("2.10.0.53522")]
3838
[assembly: AssemblyInformationalVersion("2.10.0")]
3939

4040
[assembly: CLSCompliant(true)]

0 commit comments

Comments
 (0)