Skip to content

Commit 5944964

Browse files
committed
back to dev
1 parent 4f5ed29 commit 5944964

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

package.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ distributions, using extended crypt library (libxcrypt):
1818
</lead>
1919
<date>2024-09-09</date>
2020
<version>
21-
<release>1.0.0</release>
21+
<release>1.0.1dev</release>
2222
<api>1.0.0</api>
2323
</version>
2424
<stability>
@@ -27,7 +27,7 @@ distributions, using extended crypt library (libxcrypt):
2727
</stability>
2828
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
2929
<notes>
30-
- first RC release
30+
-
3131
</notes>
3232
<contents>
3333
<dir name="/">
@@ -59,6 +59,21 @@ distributions, using extended crypt library (libxcrypt):
5959
<providesextension>xpass</providesextension>
6060
<extsrcrelease/>
6161
<changelog>
62+
<release>
63+
<date>2024-09-09</date>
64+
<version>
65+
<release>1.0.0</release>
66+
<api>1.0.0</api>
67+
</version>
68+
<stability>
69+
<release>stable</release>
70+
<api>stable</api>
71+
</stability>
72+
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
73+
<notes>
74+
- first RC release
75+
</notes>
76+
</release>
6277
<release>
6378
<date>2024-09-02</date>
6479
<version>

php_xpass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern zend_module_entry xpass_module_entry;
2323
#define phpext_xpass_ptr &xpass_module_entry
2424

25-
#define PHP_XPASS_VERSION "1.0.0"
25+
#define PHP_XPASS_VERSION "1.0.1-dev"
2626
#define PHP_XPASS_AUTHOR "Remi Collet"
2727
#define PHP_XPASS_LICENSE "PHP-3.01"
2828

0 commit comments

Comments
 (0)