diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index aac73d05..a2a8e066 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -13,16 +13,16 @@
2017-01-13
- 3.2.0a1
- 3.2.0a1
+ 3.3.0
+ 3.3.0
- alpha
- alpha
+ stable
+ stable
3-Clause BSD License
-Second alpha release.
+GA release.
@@ -87,5 +87,21 @@ First alpha release
Second alpha release.
+
+
+ 3.3.0
+ 3.3.0
+
+
+ stable
+ stable
+
+ 2017-04-28
+
+ 3-Clause BSD License
+
+GA release.
+
+
diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h
index 02f06f35..e6d42eba 100644
--- a/php/ext/google/protobuf/protobuf.h
+++ b/php/ext/google/protobuf/protobuf.h
@@ -37,7 +37,7 @@
#include "upb.h"
#define PHP_PROTOBUF_EXTNAME "protobuf"
-#define PHP_PROTOBUF_VERSION "3.2.0a1"
+#define PHP_PROTOBUF_VERSION "3.3.0"
#define MAX_LENGTH_OF_INT64 20
#define SIZEOF_INT64 8