Changeset 17184 for trunk/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 07/31/19 01:48:40 (5 years ago)
- Location:
- trunk/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.VehicleRouting/3.4/Plugin.cs.frame
r17180 r17184 26 26 /// Plugin class for HeuristicLab.Problems.VehicleRouting plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.4. 8.$WCREV$")]28 [Plugin("HeuristicLab.Problems.VehicleRouting", "3.4.9.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.VehicleRouting-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
trunk/HeuristicLab.Problems.VehicleRouting/3.4/Properties/AssemblyInfo.cs.frame
r17180 r17184 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4. 8.$WCREV$")]55 [assembly: AssemblyFileVersion("3.4.9.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.