summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/epan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.c b/epan/epan.c
index c40ee9a08d..0cd3038134 100644
--- a/epan/epan.c
+++ b/epan/epan.c
@@ -520,7 +520,7 @@ epan_get_compiled_version_info(GString *str)
g_string_append(str, ", ");
#ifdef HAVE_LUA
g_string_append(str, "with ");
- g_string_append(str, LUA_VERSION);
+ g_string_append(str, LUA_RELEASE);
#else
g_string_append(str, "without Lua");
#endif /* HAVE_LUA */