We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4e871 commit 2a8658fCopy full SHA for 2a8658f
preprocess.lua
@@ -1,6 +1,6 @@
1
--[[============================================================
2
--=
3
---= LuaPreprocess v1.21 - preprocessing library
+--= LuaPreprocess v1.21-dev - preprocessing library
4
--= by Marcus 'ReFreezed' Thunström
5
6
--= License: MIT (see the bottom of this file)
@@ -132,7 +132,7 @@
132
133
134
135
-local PP_VERSION = "1.21.0"
+local PP_VERSION = "1.21.0-dev"
136
137
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().
138
local MAX_CODE_LENGTH_IN_MESSAGES = 60
0 commit comments