aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-06-01 03:22:15 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-06-01 03:22:15 -0700
commitbc54144b2e7526defe28db98cfcf079387c44da7 (patch)
tree753dccc00b30c439732972442125bee404353213 /src/php
parent5cae37ab5e0232bb48c0427168ccd6c9d069f6e0 (diff)
PHP: windows config.w32 fix
Diffstat (limited to 'src/php')
-rw-r--r--src/php/ext/grpc/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/version.h b/src/php/ext/grpc/version.h
index 993ef2de27..0d5d36d9cf 100644
--- a/src/php/ext/grpc/version.h
+++ b/src/php/ext/grpc/version.h
@@ -35,6 +35,6 @@
#ifndef VERSION_H
#define VERSION_H
-#define PHP_GRPC_VERSION "1.4.0"
+#define PHP_GRPC_VERSION "1.4.0RC1"
#endif /* VERSION_H */