aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_util.c
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2015-07-23 20:27:26 -0400
committerHadriel Kaplan <hadrielk@yahoo.com>2015-07-24 00:29:14 +0000
commitd2828a35985bd713d7b9b014d0d55bb322c0721f (patch)
tree7fe19d22741914ffaa7e6c6d7474fa4ad902d6ab /epan/wslua/wslua_util.c
parent99b58131d8897e036210f443d8fe7c73edc90289 (diff)
Lua: fix "since 1.99.9" to be 1.99.8
Change-Id: I842e4b6a38fc161ba7ab14caa27b3bbf74c989d7 Reviewed-on: https://code.wireshark.org/review/9763 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
Diffstat (limited to 'epan/wslua/wslua_util.c')
-rw-r--r--epan/wslua/wslua_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_util.c b/epan/wslua/wslua_util.c
index 4175c0f170..2b66cf0dcd 100644
--- a/epan/wslua/wslua_util.c
+++ b/epan/wslua/wslua_util.c
@@ -76,7 +76,7 @@ WSLUA_FUNCTION wslua_set_plugin_info(lua_State* L) {
set_plugin_info(my_info)
@endcode
- @since 1.99.9
+ @since 1.99.8
*/
#define WSLUA_ARG_set_plugin_info_TABLE 1 /* The Lua table of information. */