Skip to content

Commit 370100c

Browse files
committed
Update version in header file too
1 parent f2d7dcb commit 370100c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
</lead>
2929

3030
<date>2025-07-01</date>
31-
<time>12:02:10</time>
31+
<time>12:08:17</time>
3232
<version>
33-
<release>0.3.4</release>
34-
<api>0.3.4</api>
33+
<release>0.3.5</release>
34+
<api>0.3.5</api>
3535
</version>
3636
<stability>
3737
<release>beta</release>

php_geospatial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_GEOSPATIAL_H
2323
#define PHP_GEOSPATIAL_H
2424

25-
#define PHP_GEOSPATIAL_VERSION "0.3.3"
25+
#define PHP_GEOSPATIAL_VERSION "0.3.5"
2626

2727
extern zend_module_entry geospatial_module_entry;
2828
#define phpext_geospatial_ptr &geospatial_module_entry

0 commit comments

Comments
 (0)