aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2010-04-01 20:32:45 +0100
committerunknown <Jon@.(none)>2010-04-01 20:32:45 +0100
commitae9b3ff224eb251674584e8e414010d2d0ed2cb1 (patch)
tree876497e16a500a17c0cae7755c1afabfa5d0b265 /src/ProtocolBuffers.Test
parentd3f2d098fa39596bf6ea59bb93d485e8aaaf7476 (diff)
downloadprotobuf-ae9b3ff224eb251674584e8e414010d2d0ed2cb1.tar.gz
protobuf-ae9b3ff224eb251674584e8e414010d2d0ed2cb1.tar.bz2
protobuf-ae9b3ff224eb251674584e8e414010d2d0ed2cb1.zip
Release preparation
Diffstat (limited to 'src/ProtocolBuffers.Test')
-rw-r--r--src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
index 67aebdc1..a4ebf994 100644
--- a/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs
@@ -33,8 +33,8 @@ 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("0.9.0.0")]
+[assembly: AssemblyFileVersion("0.9.0.0")]
// We don't really need CLSCompliance, but if the assembly builds with no warnings,
// that means the generator is okay.
[assembly: CLSCompliant(true)]