diff options
author | Kevin Rushforth <[email protected]> | 2008-06-18 20:37:29 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-06-18 20:37:29 +0000 |
commit | 5b3a1a917d0cc749243949cf4d7bb2ca65338e83 (patch) | |
tree | aeb07d1b32dbb9eaaa4723fbdf65cd3956f9da5e /build-tools | |
parent | 2365c835ba280d64a1ec899c008f0b013db40b33 (diff) |
Update version to 1.6
git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@910 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build-tools')
-rw-r--r-- | build-tools/VersionInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-tools/VersionInfo.java b/build-tools/VersionInfo.java index 60e32a3..e227ea0 100644 --- a/build-tools/VersionInfo.java +++ b/build-tools/VersionInfo.java @@ -167,7 +167,7 @@ class VersionInfo extends Object { * Specification version (major and minor version only). This * string must not be modified by developers. */ - private static final String SPECIFICATION_VERSION = "1.5"; + private static final String SPECIFICATION_VERSION = "1.6"; /** * Specification vendor. |