Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Version sync for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dodexahedron committed Apr 4, 2015
1 parent 5b3954c commit 62ca9f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions EssentialsPlugin/AssemblyFileVersion.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//2315
//2330
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

[assembly: AssemblyFileVersion("1.7.2.2315")]
[assembly: AssemblyVersion("1.7.2.2315")]
[assembly: AssemblyFileVersion("1.8.0.2330")]
[assembly: AssemblyVersion("1.8.0.2330")]
4 changes: 2 additions & 2 deletions EssentialsPlugin/AssemblyFileVersion.tt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.7.2.<#= revisionNumber #>")]
[assembly: AssemblyVersion("1.7.2.<#= revisionNumber #>")]
[assembly: AssemblyFileVersion("1.8.0.<#= revisionNumber #>")]
[assembly: AssemblyVersion("1.8.0.<#= revisionNumber #>")]

0 comments on commit 62ca9f4

Please sign in to comment.