diff options
author | Rob Austein <sra@hactrn.net> | 2009-03-10 15:41:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-03-10 15:41:15 +0000 |
commit | 298f78a421bef66b8dbeda48878166fecfc3f7df (patch) | |
tree | 8a82e3e945b7a8b1ae83a5168d142c6f07c081ff /openssl/Makefile | |
parent | 631f65e37341e786a170fe8d2103175aefb9b375 (diff) |
Update snapshot -- this finally fixes the :: printout bug
svn path=/openssl/Makefile; revision=2282
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 10b8e2f5..912b6e5f 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -1,6 +1,6 @@ # $Id$ -VERSION = SNAP-20090108 +VERSION = SNAP-20090310 all: openssl-${VERSION}/Makefile cd openssl-${VERSION}; ${MAKE} $@ |