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 aa8e9d5 commit a02973cCopy full SHA for a02973c
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 "-RC1"
+#define PHP_INTERBASE_VER_PRE "-RC2"
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