diff options
author | Kevin Rushforth <[email protected]> | 2006-09-29 18:04:13 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-09-29 18:04:13 +0000 |
commit | 908d0fbb2ea26226165cd42f12abf0d27e4a3f53 (patch) | |
tree | 0258d2293efab8f4eafba39a528a3d2eedd0c3cb /build-tools | |
parent | 0661a22dd9278b20856b13b08ff22d248119cf6b (diff) |
Merged dev-1_5 branch back to MAIN trunk
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 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 fa76584..9471772 100644 --- a/build-tools/VersionInfo.java +++ b/build-tools/VersionInfo.java @@ -157,7 +157,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.4"; + private static final String SPECIFICATION_VERSION = "1.5"; /** * Specification vendor. This should never change and must not |