diff --git a/test/box/show.result b/test/box/show.result
index d00dfc6d0c4a21b8a4add4019b5427b1f2603cb8..0811fbee1851e36fd991371c7f32fc0354300054 100644
--- a/test/box/show.result
+++ b/test/box/show.result
@@ -97,7 +97,7 @@ unimplemented
 show info
 ---
 info:
-  version: "1.3.minor-<rev>-<commit>
+  version: "1.minor.patch-<rev>-<commit>"
   uptime: <uptime>
   pid: <pid>
   wal_writer_pid: <pid>
diff --git a/test/box/show.test b/test/box/show.test
index 2e4de22121f80ca746dbddd0b9f4f93b57c1efd9..1d0472ceb1cff065f954f3e747e0d1a3e961e1e4 100644
--- a/test/box/show.test
+++ b/test/box/show.test
@@ -13,7 +13,7 @@ exec sql "insert into t0 values (1, 'tuple')"
 exec admin "save snapshot"
 exec sql "delete from t0 where k0 = 1"
 exec admin "exec module command"
-sys.stdout.push_filter("(\d\.\d)\.\d-\d+-\S+", "\\1.minor-<rev>-<commit>")
+sys.stdout.push_filter("(\d)\.\d\.\d(-\d+-\S+)?", "\\1.minor.patch-<rev>-<commit>")
 sys.stdout.push_filter("pid: \d+", "pid: <pid>")
 sys.stdout.push_filter("uptime: \d+", "uptime: <uptime>")
 exec admin "show info"