Skip to content

Commit 899f903

Browse files
committed
release 0.5
1 parent a84ed00 commit 899f903

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
php-alpm 0.5:
2+
* Made compatible with PHP 7.3.x (zend_string stuff)
3+
* Removed PHP 5.x code (upgrade you fools!)
4+
* Remove build warnings related to libalpm 11
5+
16
php-alpm 0.4.3:
27
* Completed all callbacks
38
* Fix deltaratio to accept long values

src/php_alpm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define PHP_ALPM_H
2121

2222
#define PHP_ALPM_EXTNAME "alpm"
23-
#define PHP_ALPM_VERSION "0.4.3"
23+
#define PHP_ALPM_VERSION "0.5"
2424

2525
#ifdef HAVE_CONFIG_H
2626
#include "config.h"

0 commit comments

Comments
 (0)