Changeset 6195 for branches/histogram/HeuristicLab.Core/3.3
- Timestamp:
- 05/14/11 16:45:46 (13 years ago)
- Location:
- branches/histogram
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram
-
branches/histogram/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj
r5809 r6195 147 147 <Compile Include="Interfaces\IMultiOperator.cs" /> 148 148 <Compile Include="Interfaces\IFixedValueParameter.cs" /> 149 <Compile Include="Interfaces\IStatefulItem.cs" /> 149 150 <Compile Include="OperatorExecutionException.cs" /> 150 151 <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" /> -
branches/histogram/HeuristicLab.Core/3.3/HeuristicLabCorePlugin.cs.frame
r5446 r6195 29 29 /// Plugin class for HeuristicLab.Core plugin. 30 30 /// </summary> 31 [Plugin("HeuristicLab.Core", "3.3. 3.$WCREV$")]31 [Plugin("HeuristicLab.Core", "3.3.4.$WCREV$")] 32 32 [PluginFile("HeuristicLab.Core-3.3.dll", PluginFileType.Assembly)] 33 33 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/histogram/HeuristicLab.Core/3.3/Properties/AssemblyInfo.frame
r5446 r6195 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 3.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.4.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.