diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-15 23:38:40 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-15 23:38:40 +0000 |
commit | 45281c0e2ee5d42c2577a6d34d53cd68885aa375 (patch) | |
tree | 5a43e11518e0c8162a4a09ad50e8b43d7a13436f /encap/Makefile | |
parent | af03b573c55a8239c26236769bb5fd4e2a01a0f6 (diff) | |
download | bcfg2-45281c0e2ee5d42c2577a6d34d53cd68885aa375.tar.gz bcfg2-45281c0e2ee5d42c2577a6d34d53cd68885aa375.tar.bz2 bcfg2-45281c0e2ee5d42c2577a6d34d53cd68885aa375.zip |
Updated to bcfg2 0.8.2pre10 / encap 0.3
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1954 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/Makefile')
-rw-r--r-- | encap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/Makefile b/encap/Makefile index 69ec39232..6afa7b461 100644 --- a/encap/Makefile +++ b/encap/Makefile @@ -26,7 +26,7 @@ PYOPENSSL = bcfg2-pyopenssl-0.6 LIBXML2 = bcfg2-libxml2-2.6.26 LIBXSLT = bcfg2-libxslt-1.1.17 LXML = bcfg2-lxml-1.0.1 -BCFG2 = bcfg2-0.8.2pre7 +BCFG2 = bcfg2-0.8.2pre10 .profile.e : # Clean, compile and install an encap package @printf "***** START .profile.e for |$*| ***** \n" |