diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | a800a87e86c6bc1f8fb291d3d8cc5e6c7e99e6e2 (patch) | |
tree | 5c813649e573d7c0e9985bba58bd4215b11e22c3 | |
parent | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (diff) |
Initial import into CVS.
Version 2.5.0.0 beta 1
-rwxr-xr-x | demos/MiscDemos/tessdemo.java | 5 | ||||
-rw-r--r-- | demos/natives/x11/gears.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/demos/MiscDemos/tessdemo.java b/demos/MiscDemos/tessdemo.java index 899b27a..6b8a420 100755 --- a/demos/MiscDemos/tessdemo.java +++ b/demos/MiscDemos/tessdemo.java @@ -14,8 +14,9 @@ /* * $Log$ - * Revision 1.1 2000/11/18 06:53:19 sven - * Initial revision + * Revision 1.1.1.1 2000/11/18 06:53:19 sven + * Initial import into CVS. + * Version 2.5.0.0 beta 1 * * Revision 1.3f.2.1f 1999/11/16 11:09:09 gareth * Added combine callback. Converted vertices from ints to floats. diff --git a/demos/natives/x11/gears.c b/demos/natives/x11/gears.c index f1812ae..c1d1120 100644 --- a/demos/natives/x11/gears.c +++ b/demos/natives/x11/gears.c @@ -14,8 +14,9 @@ /* * $Log$ - * Revision 1.1 2000/11/18 06:54:01 sven - * Initial revision + * Revision 1.1.1.1 2000/11/18 06:54:01 sven + * Initial import into CVS. + * Version 2.5.0.0 beta 1 * * Revision 1.2 1999/10/21 16:39:06 brianp * added -info command line option |