diff options
author | paulby <[email protected]> | 2004-09-17 19:48:00 +0000 |
---|---|---|
committer | paulby <[email protected]> | 2004-09-17 19:48:00 +0000 |
commit | a9908396a7f2b30af6c653dbc36295d79aa1417f (patch) | |
tree | da9fff7cfd0d827900b049f29947f47845ca9796 /src/classes/J3dVersion | |
parent | 319802ae3fca8891b3f595bf92e5a490a641cee9 (diff) |
Issue number:
Obtained from:
Submitted by:
Reviewed by:
Update to build system and source files so that the build version number
(and other related information) is maintained exclusively in the top
level build.xml script.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@40 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/classes/J3dVersion')
-rw-r--r-- | src/classes/J3dVersion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/J3dVersion b/src/classes/J3dVersion index 748a302..61276d5 100644 --- a/src/classes/J3dVersion +++ b/src/classes/J3dVersion @@ -3,7 +3,7 @@ Specification-Title: Java 3D API Specification Specification-Version: 1.3 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Java 3D Core Runtime Environment -Implementation-Version: 1.3.2 +Implementation-Version: @VERSION_BASE@ Implementation-Vendor: Sun Microsystems, Inc. Extension-Name: javax.media.j3d Implementation-Vendor-Id: com.sun |