Skip to content

Commit

Permalink
#2115 updated version information in stable:
Browse files Browse the repository at this point in the history
3.3.9 -> 3.3.10
3.4.5 -> 3.4.6 (GP)
3.4.1 -> 3.4.2 (Trading)
3.4.2 -> 3.4.3 (Vehicle Routing)
3.3.8 -> 3.3.10 (Parameter Optimization)
DataPreprocessing = 3.4.0

git-svn-id: https://src.heuristiclab.com/svn/core/stable@11173 2abd9481-f8db-48e9-bd25-06bc13291c1b
  • Loading branch information
Shabbafru committed Jul 9, 2014
1 parent d27fd92 commit 1be4e14
Show file tree
Hide file tree
Showing 270 changed files with 272 additions and 272 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.Benchmarks.Views {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.Benchmarks plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for performance benchmark algorithms.", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for performance benchmark algorithms.", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")]
[PluginDependency("HeuristicLab.MainForm", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.Benchmarks {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.Benchmark plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different performance benchmark algorithms.", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different performance benchmark algorithms.", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.Benchmarks-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 @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.CMAEvolutionStrategy {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.EvolutionStrategy plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.CMAEvolutionStrategy", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.CMAEvolutionStrategy", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.DataAnalysis.Views {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.DataAnalysis.Views plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "Provides views for data analysis algorithms implemented in external libraries (linear regression, linear discriminant analysis, k-means clustering, support vector classification and regression)", "3.4.5.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "Provides views for data analysis algorithms implemented in external libraries (linear regression, linear discriminant analysis, k-means clustering, support vector classification and regression)", "3.4.6.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.4")]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.4.0.0")]
[assembly: AssemblyFileVersion("3.4.5.$WCREV$")]
[assembly: AssemblyFileVersion("3.4.6.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.DataAnalysis/3.4/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.DataAnalysis {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.DataAnalysis plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.DataAnalysis", "Provides wrappers for data analysis algorithms implemented in external libraries (linear regression, linear discriminant analysis, k-means clustering, support vector classification and regression)", "3.4.5.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.DataAnalysis", "Provides wrappers for data analysis algorithms implemented in external libraries (linear regression, linear discriminant analysis, k-means clustering, support vector classification and regression)", "3.4.6.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.DataAnalysis-3.4.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.ALGLIB", "3.7.0")]
[PluginDependency("HeuristicLab.Algorithms.GradientDescent", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.4.0.0")]
[assembly: AssemblyFileVersion("3.4.5.$WCREV$")]
[assembly: AssemblyFileVersion("3.4.6.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.EvolutionStrategy {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.EvolutionStrategy plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.EvolutionStrategy", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.EvolutionStrategy", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.GeneticAlgorithm {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.GeneticAlgorithm plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.GeneticAlgorithm", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.GeneticAlgorithm", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using HeuristicLab.PluginInfrastructure;

namespace HeuristicLab.Algorithms.GradientDescent {
[Plugin("HeuristicLab.Algorithms.GradientDescent", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.GradientDescent", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.GradientDescent-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.ALGLIB", "3.7.0")]
[PluginDependency("HeuristicLab.Analysis", "3.3.0")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.LocalSearch/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.LocalSearch {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.LocalSearch plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.LocalSearch", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.LocalSearch", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.LocalSearch-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.NSGA2/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using HeuristicLab.PluginInfrastructure;

namespace HeuristicLab.Algorithms.NSGA2 {
[Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.NSGA2-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.ParticleSwarmOptimization plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.ParticleSwarmOptimization", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.ParticleSwarmOptimization", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.RAPGA/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.RAPGA {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.RAPGA plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.RAPGA", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.RAPGA", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.RAPGA-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.ScatterSearch/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.ScatterSearch {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.ScatterSearch plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.ScatterSearch-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.SimulatedAnnealing {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.SimulatedAnnealing plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Algorithms.TabuSearch/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.TabuSearch {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.TabuSearch plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.TabuSearch", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.TabuSearch", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.TabuSearch-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Algorithms.VariableNeighborhoodSearch {
/// <summary>
/// Plugin class for HeuristicLab.Algorithms.VariableNeighborhoodSearch plugin.
/// </summary>
[Plugin("HeuristicLab.Algorithms.VariableNeighborhoodSearch", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Algorithms.VariableNeighborhoodSearch", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Analysis.Views/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Analysis.Views {
/// <summary>
/// Plugin class for HeuristicLab.Analysis.Views plugin.
/// </summary>
[Plugin("HeuristicLab.Analysis.Views", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Analysis.Views", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Analysis.Views-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Analysis", "3.3")]
[PluginDependency("HeuristicLab.Collections", "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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Analysis/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Analysis {
/// <summary>
/// Plugin class for HeuristicLab.Analysis plugin.
/// </summary>
[Plugin("HeuristicLab.Analysis", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Analysis", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Analysis-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.ALGLIB", "3.7.0")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
2 changes: 1 addition & 1 deletion HeuristicLab.Analysis/3.3/Properties/AssemblyInfo.cs.frame
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.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Clients.Access.Administration {
/// <summary>
/// Plugin class for HeuristicLab.Clients.Access.Administration plugin.
/// </summary>
[Plugin("HeuristicLab.Clients.Access.Administration", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Clients.Access.Administration", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Clients.Access.Administration-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Clients.Common", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Clients.Access.Views/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Clients.Access.Views {
/// <summary>
/// Plugin class for HeuristicLab.Clients.Access.Views plugin.
/// </summary>
[Plugin("HeuristicLab.Clients.Access.Views", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Clients.Access.Views", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Clients.Access.Views-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Clients.Common", "3.3")]
[PluginDependency("HeuristicLab.Collections", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Clients.Access/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Clients.Access {
/// <summary>
/// Plugin class for HeuristicLab.Clients.Access plugin.
/// </summary>
[Plugin("HeuristicLab.Clients.Access", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Clients.Access", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Clients.Access-3.3.dll", PluginFileType.Assembly)]
[PluginDependency("HeuristicLab.Clients.Common", "3.3")]
[PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
[assembly: AssemblyFileVersion("3.3.10.$WCREV$")]
2 changes: 1 addition & 1 deletion HeuristicLab.Clients.Common/3.3/Plugin.cs.frame
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace HeuristicLab.Clients.Common {
/// <summary>
/// Plugin class for HeuristicLab.Clients.Common plugin.
/// </summary>
[Plugin("HeuristicLab.Clients.Common", "3.3.9.$WCREV$")]
[Plugin("HeuristicLab.Clients.Common", "3.3.10.$WCREV$")]
[PluginFile("HeuristicLab.Clients.Common-3.3.dll", PluginFileType.Assembly)]
public class HeuristicLabClientsCommonPlugin : PluginBase {
}
Expand Down
Loading

0 comments on commit 1be4e14

Please sign in to comment.