diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-29 16:08:39 +0000 |
commit | ad6d9a46ba9a14d6cd5560ee78ba4cc1ad770ff6 (patch) | |
tree | 208b82f25f3c56e3b6fc3388bb92a4eaa824601f /openssl/Makefile | |
parent | 0487907ac58a6f2f84177434091743879733304e (diff) |
OpenSSL 0.9.8f -> 0.9.8g
svn path=/openssl/Makefile; revision=1191
Diffstat (limited to 'openssl/Makefile')
-rw-r--r-- | openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index 25bf8553..06214fdc 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -1,6 +1,6 @@ # $Id$ -VERSION = 0.9.8f +VERSION = 0.9.8g all: openssl-${VERSION}/Makefile cd openssl-${VERSION}; make $@ |