Skip to content

Commit a02973c

Browse files
committed
Update version
1 parent aa8e9d5 commit a02973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_interbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern zend_module_entry ibase_module_entry;
4242
#define PHP_INTERBASE_VER_MAJOR 6
4343
#define PHP_INTERBASE_VER_MINOR 1
4444
#define PHP_INTERBASE_VER_REV 1
45-
#define PHP_INTERBASE_VER_PRE "-RC1"
45+
#define PHP_INTERBASE_VER_PRE "-RC2"
4646

4747
// Keep two digit style similar to FB_API_VER
4848
#define PHP_INTERBASE_VER PHP_INTERBASE_VER_MAJOR * 10 + PHP_INTERBASE_VER_MINOR

0 commit comments

Comments
 (0)