aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-05-19 14:48:48 -0500
committerrogerk <devnull@localhost>2011-05-19 14:48:48 -0500
commit77dc36480239a4ae6ddf0327315ff5aca1457228 (patch)
tree9db284d1c8d4d691fabd4334bf371dad4d3765cc /src/ProtocolBuffers.Test
parentf8b8864abe69faae3679a75cc8062bc66cba8f2a (diff)
downloadprotobuf-77dc36480239a4ae6ddf0327315ff5aca1457228.tar.gz
protobuf-77dc36480239a4ae6ddf0327315ff5aca1457228.tar.bz2
protobuf-77dc36480239a4ae6ddf0327315ff5aca1457228.zip
versioned assemblies to 2.3.0.277
Diffstat (limited to 'src/ProtocolBuffers.Test')
-rw-r--r--src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
index a4ebf994..d182bdbd 100644
--- a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
@@ -32,9 +32,9 @@ 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.0")]
-[assembly: AssemblyFileVersion("0.9.0.0")]
+// [assembly: AssemblyVersion("2.3.0.277")]
+[assembly: AssemblyVersion("2.3.0.277")]
+[assembly: AssemblyFileVersion("2.3.0.277")]
// We don't really need CLSCompliance, but if the assembly builds with no warnings,
// that means the generator is okay.
[assembly: CLSCompliant(true)]