aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-11 17:03:08 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-11 17:03:08 +0000
commitf6a7244b6fd35f07ee4ff98dcac523642034d175 (patch)
treeef0be358c737bb02dd428f8354f5ba7f7a88d706
parent55ffd43e625ab05e54d9048de0b6d143fc6c4e8a (diff)
downloadruby-openssl-history-ossl-0-2-0-pre3.tar.gz
OSSL 0.2.0-pre2 releasedossl-0-2-0-pre3
-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_ */
-