version 0.1.2

This commit is contained in:
d-led 2012-10-04 21:39:26 +02:00
parent 8f45a993e5
commit e7cede7e26
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "pugilua_lib.h"
#ifdef WIN32
#ifdef _MSC_VER
#define PUGILUA __declspec(dllexport)
#else
#define PUGILUA

View File

@ -10,7 +10,7 @@
namespace pugi {
namespace lua {
static char const* version = "0.1.0";
static char const* version = "0.1.2";
class lxpath_node;
class lxpath_node_set;