Skip to content

Commit 2a8658f

Browse files
committed
Version number, yo.
1 parent be4e871 commit 2a8658f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preprocess.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--[[============================================================
22
--=
3-
--= LuaPreprocess v1.21 - preprocessing library
3+
--= LuaPreprocess v1.21-dev - preprocessing library
44
--= by Marcus 'ReFreezed' Thunström
55
--=
66
--= License: MIT (see the bottom of this file)
@@ -132,7 +132,7 @@
132132

133133

134134

135-
local PP_VERSION = "1.21.0"
135+
local PP_VERSION = "1.21.0-dev"
136136

137137
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().
138138
local MAX_CODE_LENGTH_IN_MESSAGES = 60

0 commit comments

Comments
 (0)