Skip to content

Commit

Permalink
Fixed version number.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5%4046256
  • Loading branch information
lextm committed May 29, 2010
1 parent a0f9262 commit 2868793
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Browser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.010529.01")]
[assembly: AssemblyFileVersion("5.0.010529.01")]
[assembly: AssemblyVersion("5.0.010529.02")]
[assembly: AssemblyFileVersion("5.0.010529.02")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(true)]

Expand Down
4 changes: 2 additions & 2 deletions Compiler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.010529.00")]
[assembly: AssemblyFileVersion("5.0.010529.00")]
[assembly: AssemblyVersion("5.0.010529.01")]
[assembly: AssemblyFileVersion("5.0.010529.01")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(true)]

Expand Down
4 changes: 2 additions & 2 deletions SharpSnmpLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.010523.03")]
[assembly: AssemblyVersion("5.0.010529.00")]
#if (!CF)
[assembly: AssemblyFileVersion("5.0.010523.03")]
[assembly: AssemblyFileVersion("5.0.010529.00")]
#endif
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(true)]
Expand Down
4 changes: 2 additions & 2 deletions snmpd/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.010529.01")]
[assembly: AssemblyFileVersion("5.0.010529.01")]
[assembly: AssemblyVersion("5.0.010529.02")]
[assembly: AssemblyFileVersion("5.0.010529.02")]
[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en-US")]

Expand Down

0 comments on commit 2868793

Please sign in to comment.