[kaffe] CVS kaffe (robilad): fix for -version output
Kaffe CVS
cvs-commits at kaffe.org
Wed May 18 13:44:08 PDT 2005
PatchSet 6543
Date: 2005/05/18 20:33:50
Author: robilad
Branch: HEAD
Tag: (none)
Log:
fix for -version output
2005-05-18 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffe/version.h:
(JAVA_VERSION_STRING) Report a 1.4 in there for Berkely DB.
Reported by: Alejandro Mery <amery at geeks.cl>
Members:
ChangeLog:1.4069->1.4070
kaffe/kaffe/version.h:INITIAL->1.3
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4069 kaffe/ChangeLog:1.4070
--- kaffe/ChangeLog:1.4069 Wed May 18 19:52:25 2005
+++ kaffe/ChangeLog Wed May 18 20:33:50 2005
@@ -1,5 +1,12 @@
2005-05-18 Dalibor Topic <robilad at kaffe.org>
+ * kaffe/kaffe/version.h:
+ (JAVA_VERSION_STRING) Report a 1.4 in there for Berkely DB.
+
+ Reported by: Alejandro Mery <amery at geeks.cl>
+
+2005-05-18 Dalibor Topic <robilad at kaffe.org>
+
* libraries/javalib/Makefile.am.in:
Move rmic to tools.jar.
===================================================================
Checking out kaffe/kaffe/kaffe/version.h
RCS: /home/cvs/kaffe/kaffe/kaffe/kaffe/version.h,v
VERS: 1.3
***************
--- /dev/null Sun Aug 4 19:57:58 2002
+++ kaffe/kaffe/kaffe/version.h Wed May 18 20:44:07 2005
@@ -0,0 +1,28 @@
+/*
+ * version.h
+ *
+ * Copyright (c) 2000 The University of Utah. All rights Reserved.
+ *
+ * This file is distributed as is under the terms of the GNU General
+ * Public License.
+ */
+
+#ifndef KAFFE_KAFFE_VERSION_H
+#define KAFFE_KAFFE_VERSION_H
+
+#define JAVA_VERSION_STRING "1.4"
+
+/*
+ * Print copyright notice and simple version info (Java version,
+ * engine type, etc). Prints to stderr.
+ */
+void printShortVersion(void);
+
+/*
+ * In addition to the short version, print ludicrous amounts of
+ * information about the compile environment, configuration
+ * options, etc.
+ */
+void printFullVersion(void);
+
+#endif /* KAFFE_KAFFE_VERSION_H */
More information about the kaffe
mailing list