bin/ai/library/pathfinder/road/library.nut
branchnoai
changeset 11014 13060e4514d5
parent 10943 5f5a5dd407d8
child 11039 a45899beee2a
--- a/bin/ai/library/pathfinder/road/library.nut	Wed Jun 18 20:20:44 2008 +0000
+++ b/bin/ai/library/pathfinder/road/library.nut	Wed Jun 18 20:58:42 2008 +0000
@@ -4,8 +4,8 @@
 	function GetAuthor()      { return "OpenTTD NoAI Developers Team"; }
 	function GetName()        { return "Road"; }
 	function GetDescription() { return "An implementation of a road pathfinder"; }
-	function GetVersion()     { return 1; }
-	function GetDate()        { return "2008-06-12"; }
+	function GetVersion()     { return 2; }
+	function GetDate()        { return "2008-06-18"; }
 	function CreateInstance() { return "Road"; }
 }