iSpike  2.1
Spike conversion library for robotics
D:/Home/Programs/iSpike/src/version.cpp
Go to the documentation of this file.
00001 #include <iSpike/version.h>
00002 #include <iSpike/libraryinfo.h>
00003 
00004 EXTERNC int projectname_version_major()
00005 { 
00006     return APPLICATION_VERSION_MAJOR; 
00007 }
00008 
00009 EXTERNC int projectname_version_minor()
00010 {
00011     return APPLICATION_VERSION_MINOR;
00012 }
00013 
00014 EXTERNC int projectname_version_patch()
00015 {
00016     return APPLICATION_VERSION_PATCH;
00017 }
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines