Skip to content

Commit

Permalink
#2115: merged r11161 from trunk to stable
Browse files Browse the repository at this point in the history
git-svn-id: https://src.heuristiclab.com/svn/core/stable@11162 2abd9481-f8db-48e9-bd25-06bc13291c1b
  • Loading branch information
gkronber committed Jul 9, 2014
1 parent 3200956 commit b9eee5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using HeuristicLab.PluginInfrastructure;

namespace HeuristicLab.Problems.GrammaticalEvolution {
[Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.0.$WCREV$")]
[Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Problems.GrammaticalEvolution-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Collections", "3.3")]
[PluginDependency("HeuristicLab.Common", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]

0 comments on commit b9eee5a

Please sign in to comment.