We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8afb0 commit f356ed6Copy full SHA for f356ed6
1 file changed
php_interbase.h
@@ -42,7 +42,7 @@ extern zend_module_entry ibase_module_entry;
42
#define PHP_INTERBASE_VER_MAJOR 6
43
#define PHP_INTERBASE_VER_MINOR 1
44
#define PHP_INTERBASE_VER_REV 1
45
-#define PHP_INTERBASE_VER_PRE "-RC2"
+#define PHP_INTERBASE_VER_PRE "-RC3"
46
47
// Keep two digit style similar to FB_API_VER
48
#define PHP_INTERBASE_VER PHP_INTERBASE_VER_MAJOR * 10 + PHP_INTERBASE_VER_MINOR
0 commit comments