Updating versioning to 0.8.0.


git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.8.x@1206566 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/windows/version.h b/compiler/cpp/src/windows/version.h
index fab932f..90d1c50 100644
--- a/compiler/cpp/src/windows/version.h
+++ b/compiler/cpp/src/windows/version.h
@@ -29,7 +29,7 @@
 #endif
 
 #define PATH_MAX MAX_PATH
-#define THRIFT_VERSION "0.8.0-dev"
+#define THRIFT_VERSION "0.8.0"
 
 #ifndef S_ISDIR
 #define S_ISDIR(mode)  (((mode) & S_IFMT) == S_IFDIR)