summaryrefslogtreecommitdiff
path: root/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2017-11-29 22:54:49 +0100
committerJens Geyer <jensg@apache.org>2017-11-30 20:46:39 +0100
commit214746619a6e44d8b3cc7394f3303e7bdf78c442 (patch)
tree18cfbf9ad256ae728da243bd16bd9049f35b38d8 /lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
parent026c9d032c4a298ecb9edbcdfb52590facb442f3 (diff)
downloadthrift-214746619a6e44d8b3cc7394f3303e7bdf78c442.tar.gz
THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunk
Client: (multiple) Patch: Jens Geyer This closes #1422
Diffstat (limited to 'lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs')
-rw-r--r--lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
index 2e08e6678..974cf2795 100644
--- a/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
+++ b/lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
@@ -56,5 +56,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.9.0.*")]
-[assembly: AssemblyFileVersion("0.9.0.*")]
+[assembly: AssemblyVersion("0.11.0.*")]
+[assembly: AssemblyFileVersion("0.11.0.*")]