Skip to content

Commit f356ed6

Browse files
committed
Bump version
1 parent ea8afb0 commit f356ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 "-RC2"
45+
#define PHP_INTERBASE_VER_PRE "-RC3"
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)