aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ossl_version.h8
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3205b98..4522c37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Sat, 12 Jul 2003 01:52:45 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * OSSL 0.2.0-pre3 released
+
Fri, 11 Jul 2003 03:44:28 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* examples/gen.sh: follows the changs of gen_*.rb.
diff --git a/ossl_version.h b/ossl_version.h
index 833d1a7..684ea6f 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -11,12 +11,10 @@
#if !defined(_OSSL_VERSION_H_)
#define _OSSL_VERSION_H_
-/*
- * Release
+#if 1 /* Release */
#define OSSL_VERSION "0.2.0-pre3"
- * is based on
- */
+#else /* based on */
#define OSSL_VERSION "OSSL2 - CVS SNAPSHOT ($Date$)"
+#endif
#endif /* _OSSL_VERSION_H_ */
-