aboutsummaryrefslogtreecommitdiff
path: root/gen/version.h
blob: f842fb0f3acb4c1108deca3d42512b4fbac5d912 (plain)
1
2
3
4
5
6
7
8
9
/* automatically generated by bootstrap.tl */

#define LUAROCKS_PROGRAM_VERSION "4.0.0"

static void declare_program_version(lua_State* L) {
   lua_pushliteral(L, LUAROCKS_PROGRAM_VERSION);
   lua_setglobal(L, "PROGRAM_VERSION");
}