aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_version.h
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-06-04 06:44:42 +0000
commita5180750f7ab485fba73dd6e9861536adf3b693b (patch)
treecd2cea7862bed69939cb64d20346a3f975b5a9cc /ossl_version.h
parentbc603852659675cd0c7420dd4d126780f7ba6ee2 (diff)
downloadruby-openssl-history-a5180750f7ab485fba73dd6e9861536adf3b693b.tar.gz
Initial revision
Diffstat (limited to 'ossl_version.h')
-rw-r--r--ossl_version.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/ossl_version.h b/ossl_version.h
index c1842ea..a10476c 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,18 @@
-#ifndef OSSL_VERSION_H
-#define OSSL_VERSION_H
+/*
+ * $Id$
+ * 'OpenSSL for Ruby' project
+ * Copyright (C) 2001-2002 Michal Rokos <m.rokos@sh.cvut.cz>
+ * All rights reserved.
+ */
+/*
+ * This program is licenced under the same licence as Ruby.
+ * (See the file 'LICENCE'.)
+ */
+#if !defined(_OSSL_VERSION_H_)
+#define _OSSL_VERSION_H_
-/*#define OSSL_VERSION "0.1.2"*/
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+/*#define OSSL_VERSION "0.2.0"*/
+#define OSSL_VERSION "OSSL2 - CVS SNAPSHOT ($Date$)"
#endif