diff --git a/package.xml b/package.xml
index 16a0181..6764675 100644
--- a/package.xml
+++ b/package.xml
@@ -24,13 +24,13 @@ This extension does not provide any INI entries, constants, functions or classes
mike@php.net
yes
- 2015-03-01
+ 2015-03-10
- 1.0.0
+ 1.0.0RC1
1.0.0
- stable
+ beta
stable
BSD, revised
diff --git a/php_apfd.h b/php_apfd.h
index e248688..60f3187 100644
--- a/php_apfd.h
+++ b/php_apfd.h
@@ -16,7 +16,7 @@
extern zend_module_entry apfd_module_entry;
#define phpext_apfd_ptr &apfd_module_entry
-#define PHP_APFD_VERSION "1.0.0"
+#define PHP_APFD_VERSION "1.0.0RC1"
#ifdef PHP_WIN32
# define PHP_APFD_API __declspec(dllexport)