diff --git a/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/SkeletonViewer.java b/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/SkeletonViewer.java index c73d638d9..3e9228200 100644 --- a/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/SkeletonViewer.java +++ b/spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/SkeletonViewer.java @@ -97,6 +97,7 @@ public class SkeletonViewer extends ApplicationAdapter { static String[] atlasSuffixes = {".atlas", "-pro.atlas", "-ess.atlas"}; static String[] extraSuffixes = {"", ".txt", ".bytes"}; static String[] args; + static public String version = ""; UI ui; @@ -679,7 +680,7 @@ public class SkeletonViewer extends ApplicationAdapter { stage.addActor(table); table.pad(10).top().right(); table.defaults().right(); - table.add(new Label("", skin, "default", Color.LIGHT_GRAY)); // Version. + table.add(new Label(version, skin, "default", Color.LIGHT_GRAY)); // Version. } }