summaryrefslogtreecommitdiff
path: root/contrib/vagrant
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2018-10-16 22:36:46 -0400
committerJames E. King III <jking@apache.org>2018-12-18 20:24:34 -0500
commit384647d290e2e4a55a14b1b7ef1b7e66293a2c33 (patch)
treef876c79d4945d64c1eb8fb55291ba96a03af6dae /contrib/vagrant
parent9b75e4fe745a9b08e6ccdc0998ec7a69272f5b4c (diff)
downloadthrift-384647d290e2e4a55a14b1b7ef1b7e66293a2c33.tar.gz
Version 0.12.0v0.12.00.12.0
Diffstat (limited to 'contrib/vagrant')
-rw-r--r--contrib/vagrant/centos-6.5/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vagrant/centos-6.5/README.md b/contrib/vagrant/centos-6.5/README.md
index 76dca4439..91ae67f2f 100644
--- a/contrib/vagrant/centos-6.5/README.md
+++ b/contrib/vagrant/centos-6.5/README.md
@@ -11,7 +11,7 @@ This will download and launch the base box VM under VirtualBox and run the Apach
$ vagrant ssh
[vagrant@thrift ~]$ cd /thrift
[vagrant@thrift thrift]$ compiler/cpp/thrift --version
- Thrift version 1.0.0-dev
+ Thrift version 0.12.0
The provisioning script (inside the Vagrantfile) runs ./bootstrap.sh, ./configure, make and make check, but does not install thrift. To install thrift run "make install".