We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6217b commit f0000e7Copy full SHA for f0000e7
NEWS
@@ -1,3 +1,6 @@
1
+php-alpm 0.4.2:
2
+ * Bugfixes
3
+
4
php-alpm 0.4.1:
5
* Bugfixes
6
@@ -23,4 +26,4 @@ php-alpm 0.2:
23
26
* Add exceptions
24
27
25
28
php-alpm 0.1:
- * Initial release.
29
+ * Initial release.
src/php_alpm.h
@@ -20,7 +20,7 @@
20
#define PHP_ALPM_H
21
22
#define PHP_ALPM_EXTNAME "alpm"
-#define PHP_ALPM_VERSION "0.4.1"
+#define PHP_ALPM_VERSION "0.4.2"
#ifdef HAVE_CONFIG_H
#include "config.h"
0 commit comments