[pecl-networking-uuid] master: Release 1.3.0

From: Date: Mon, 12 May 2025 13:48:33 +0000
Subject: [pecl-networking-uuid] master: Release 1.3.0
Groups: php.pecl.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Remi Collet (remicollet)
Date: 2025-05-12T15:37:33+02:00

Commit: https://github.com/php/pecl-networking-uuid/commit/9e982c5af30caf875349a37bd01c93e8e3f99d2e
Raw diff: https://github.com/php/pecl-networking-uuid/commit/9e982c5af30caf875349a37bd01c93e8e3f99d2e.diff

Release 1.3.0

Changed paths:
  M  package.xml
  M  php_uuid.h


Diff:

diff --git a/package.xml b/package.xml
index 9a29b78..7d10903 100644
--- a/package.xml
+++ b/package.xml
@@ -29,9 +29,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
     <active>yes</active>
   </lead>
 
-  <date>2024-10-08</date>
+  <date>2025-05-12</date>
   <version>
-    <release>1.3.0dev</release>
+    <release>1.3.0</release>
     <api>1.3.0</api>
   </version>
   <stability>
diff --git a/php_uuid.h b/php_uuid.h
index 3878785..cae0965 100644
--- a/php_uuid.h
+++ b/php_uuid.h
@@ -37,8 +37,8 @@ extern "C" {
 #include <php.h>
 
 #ifdef HAVE_UUID
-#define PHP_UUID_VERSION    "1.3.0-dev"
-#define PHP_UUID_RELEASED   "2024-10-08"
+#define PHP_UUID_VERSION    "1.3.0"
+#define PHP_UUID_RELEASED   "2025-05-12"
 #define PHP_UUID_STATE      "stable"
 #define PHP_UUID_AUTHORS    "Hartmut Holzgraefe, Remi Collet"
 


Thread (1 message)

  • Remi Collet
« previous php.pecl.cvs (#27949) next »