aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-24 09:56:17 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-24 09:56:17 +0000
commit90983f813cb21a033e51bce3d55adba778c5b5a6 (patch)
treeaac88804269c2a5f97303fa7c9914b01795dfe5d
parent9b24749550879e2ab37be4ceb799c583e0bfee84 (diff)
downloadruby-openssl-history-90983f813cb21a033e51bce3d55adba778c5b5a6.tar.gz
* ossl-0.1.2 releasedOSSL_0_1_2
-rw-r--r--ChangeLog3
-rw-r--r--ossl_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 07e8548..212b605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.41 2002/07/24 09:56:17 gotoyuzo
+ * ossl-0.1.2 released
+
Revision 1.40 2002/07/23 20:23:30 gotoyuzo
* follow net/http.rb Rev: 1.41.2.18 (ruby_1_6)
diff --git a/ossl_version.h b/ossl_version.h
index c1842ea..6508d6e 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.2"*/
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#define OSSL_VERSION "0.1.2"
+/*#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"*/
#endif