summaryrefslogtreecommitdiffstats
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
commit25b6e38184cb3e6d3f02b0cda96bb546e9d0cdf8 (patch)
treeef0be358c737bb02dd428f8354f5ba7f7a88d706
parentd2609935278f591d04d65123b56c7e418d778d28 (diff)
downloadruby-openssl-history-25b6e38184cb3e6d3f02b0cda96bb546e9d0cdf8.tar.gz
OSSL 0.2.0-pre2 released
-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_ */
-