aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-12-09 17:40:44 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-12-09 17:40:44 +0000
commitafafe351adf3ddd108f1f73834850e4990d8fef5 (patch)
tree6492efdc117536ec24ce52580534decc39ffbf68
parenta03f80b45a53e6803dace32da4034d58c32293c1 (diff)
downloadruby-openssl-history-afafe351adf3ddd108f1f73834850e4990d8fef5.tar.gz
* ossl-0.1.3 releasedOSSL_0_1_3
-rw-r--r--ChangeLog3
-rw-r--r--ossl_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 39ef369..0948391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue, 10 Dec 2002 02:32:54 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * ossl-0.1.3 released
+
Mon, 9 Dec 2002 22:26:15 -0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* x509name.c: let initialize() give a Array instead of a Hash.
to_a is implemented and to_h is deprecated.
diff --git a/ossl_version.h b/ossl_version.h
index dce8b35..537654f 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,8 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-/* #define OSSL_VERSION "0.1.3" */
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#define OSSL_VERSION "0.1.3"
+/* #define OSSL_VERSION "CVS SNAPSHOT ($Date$)" */
#endif