Menu

[r27]: / trunk / bindings / lua / SubLuaVersion.cpp.template  Maximize  Restore  History

Download this file

18 lines (13 with data), 211 Bytes

// stl
#include <string>

// svn
#include <svn_version.h>

#include "Version.h"

unsigned long svn::Version::SubLuaBuildNumber()
{
	return $WCREV$;
}

std::string svn::Version::SubLua()
{
	return SVN_VER_NUM;
}
MongoDB Logo MongoDB