00001 //----------------------------------------------------------------------------- 00002 /** @file version.h 00003 Defines the library version. 00004 00005 $Id: version.h,v 1.1 2003/06/10 22:11:16 emarkus Exp $ 00006 $Source: /usr/cvsroot/project_pathfind/version.h,v $ 00007 */ 00008 //----------------------------------------------------------------------------- 00009 00010 #ifndef PATHFIND_VERSION_H 00011 #define PATHFIND_VERSION_H 00012 00013 //----------------------------------------------------------------------------- 00014 00015 namespace PathFind 00016 { 00017 /** Version of the library. */ 00018 extern const char* g_version; 00019 } 00020 00021 //----------------------------------------------------------------------------- 00022 00023 #endif