OSDN Git Service

Updated control files for new release 1.1.Beta8
[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.Beta8";
11
12 }