OSDN Git Service

4bef540bdd4b20912ebbdae3d0c858269ec5fcf3
[sudokuki/sudokuki.git] / src / classes / net / jankenpoi / sudokuki / Version.java
1 /**
2  * -- DO NOT EDIT THIS FILE --
3  * This file is generated automatically during the build process
4  * (./configure && make) based on the standard GNU Auto-tools.
5  */
6 package net.jankenpoi.sudokuki;
7
8 public interface Version {
9
10     public String versionString = "Sudokuki 1.1.6";
11
12 }