aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/Properties
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-09-09 21:55:02 -0500
committerrogerk <devnull@localhost>2011-09-09 21:55:02 -0500
commitf52ec95ad50b352ed82449f9cbef48f6edd50149 (patch)
treef5b3eb95844bcd7ec9d829648cdad0571cc620af /src/ProtocolBuffers.Test/Properties
parent60fd773d300cd0390ba08812590690ab2d28c837 (diff)
downloadprotobuf-f52ec95ad50b352ed82449f9cbef48f6edd50149.tar.gz
protobuf-f52ec95ad50b352ed82449f9cbef48f6edd50149.tar.bz2
protobuf-f52ec95ad50b352ed82449f9cbef48f6edd50149.zip
revert of accidental AssemblyInfo version changes
Diffstat (limited to 'src/ProtocolBuffers.Test/Properties')
-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 a324c105..5aa14a93 100644
--- a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
@@ -35,10 +35,10 @@ 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("2.3.0.369")]
+// [assembly: AssemblyVersion("2.3.0.277")]
-[assembly: AssemblyVersion("2.3.0.369")]
-[assembly: AssemblyFileVersion("2.3.0.369")]
+[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.