THRIFT-1438: lib/cpp/src/windows/config.h should read version from configure.ac rathe...
authorJake Farrell <jfarrell@apache.org>
Fri, 22 Jun 2012 03:51:38 +0000 (03:51 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 22 Jun 2012 03:51:38 +0000 (03:51 +0000)
commit16b764196fcd3d01831c4c5bee75c899b4c25c6c
tree49b05fed5148abd406f601478c2c17492d511c3a
parentf42ae012aa57d476a3ca44542ccfd7801cac3587
THRIFT-1438: lib/cpp/src/windows/config.h should read version from configure.ac rather than a #define
Client: compiler
Patch: Jake Farrell

Converts compiler/cpp/src/windows/version.h to a template and automates uses of configure.ac version rather than a random #define version string.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1352767 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/Makefile.am
compiler/cpp/src/windows/version.h.in [moved from compiler/cpp/src/windows/version.h with 96% similarity]
configure.ac