提交 6b659620 编写于 作者: B Ben Laurie

Prepare for a beta release.

上级 1444ba8d
...@@ -293,8 +293,8 @@ errors: ...@@ -293,8 +293,8 @@ errors:
perl util/mkerr.pl -recurse -write perl util/mkerr.pl -recurse -write
tar: tar:
@gtar --no-recursion -cvf - \ @tar --norecurse -cvf - \
`find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS | sort` |\ `find * -depth \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\
tardy --user_number=0 --user_name=openssl \ tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \ --group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\ --prefix=openssl-$(VERSION) - |\
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
* 1.2.3z 0x1020311a * 1.2.3z 0x1020311a
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
*/ */
#define OPENSSL_VERSION_NUMBER 0x00903000L #define OPENSSL_VERSION_NUMBER 0x00903001L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3-dev 19 May 1999" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3beta1 20 May 1999"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */ #endif /* HEADER_OPENSSLV_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册