Skip to content

Commit f0000e7

Browse files
committed
Release 0.4.2
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
1 parent 8b6217b commit f0000e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
php-alpm 0.4.2:
2+
* Bugfixes
3+
14
php-alpm 0.4.1:
25
* Bugfixes
36

@@ -23,4 +26,4 @@ php-alpm 0.2:
2326
* Add exceptions
2427

2528
php-alpm 0.1:
26-
* Initial release.
29+
* Initial release.

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.1"
23+
#define PHP_ALPM_VERSION "0.4.2"
2424

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

0 commit comments

Comments
 (0)