version 0.1.2
This commit is contained in:
parent
8f45a993e5
commit
e7cede7e26
@ -3,7 +3,7 @@
|
||||
|
||||
#include "pugilua_lib.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define PUGILUA __declspec(dllexport)
|
||||
#else
|
||||
#define PUGILUA
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user