Skip to content

Commit

Permalink
bump internal version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ngwese committed Feb 8, 2023
1 parent 224bd72 commit 1f537d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spn_module.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __LUA_SPN_H__
#define __LUA_SPN_H__

#define LUA_SPN_VERSION "0.1"
#define LUA_SPN_VERSION "0.4"

#ifndef LUA_SPN_API
#define LUA_SPN_API __attribute__((visibility("default")))
Expand All @@ -16,4 +16,4 @@ LUA_SPN_API int luaopen__spn(lua_State *L);

} // extern "C"

#endif
#endif

0 comments on commit 1f537d2

Please sign in to comment.