[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com pecl/networking/uuid: back to dev: package.xml =?UTF-8?Q?php=5Fuuid?= =?UTF-8?Q?=2Eh?
From:       Remi Collet <remi () php ! net>
Date:       2019-11-28 8:10:31
Message-ID: php-mail-fe6532bf8b4ff6d9a91b1f61f489bdad1318494559 () git ! php ! net
[Download RAW message or body]

Commit:    b44f91f12f34206458f3d3e6a987146be9c1f566
Author:    Remi Collet <remi@php.net>         Thu, 28 Nov 2019 09:10:31 +0100
Parents:   9539cd841b1760f357f6ebec388fd3ca32ee20e9
Branches:  master

Link:       http://git.php.net/?p=pecl/networking/uuid.git;a=commitdiff;h=b44f91f12f34206458f3d3e6a987146be9c1f566


Log:
back to dev

Changed paths:
  M  package.xml
  M  php_uuid.h


Diff:
diff --git a/package.xml b/package.xml
index 9b62cee..cf5c6cc 100644
--- a/package.xml
+++ b/package.xml
@@ -31,7 +31,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
 
   <date>2015-05-08</date>
   <version>
-    <release>1.0.4</release>
+    <release>1.0.5dev</release>
     <api>1.0.2</api>
   </version>
   <stability>
@@ -42,9 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <license uri="http://www.gnu.org/licenses/licenses.html#LGPL" \
filesource="LICENSE">LGPL</license>  
   <notes>
-- PHP 7 compatibility
-- add LICENSE in documentation
-- various build fix
+- 
   </notes>
 
   <contents>
@@ -106,6 +104,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
 
     </notes>
    </release>
+
    <release>
       <version>
         <release>1.0.3</release>
@@ -121,6 +120,24 @@ http://pear.php.net/dtd/package-2.0.xsd">
 - Fixed build on PHP 5.3+
       </notes>
    </release>
+
+   <release>
+      <date>2015-05-08</date>
+         <version>
+            <release>1.0.4</release>
+            <api>1.0.2</api>
+         </version>
+      <stability>
+         <release>stable</release>
+         <api>stable</api>
+      </stability>
+      <license uri="http://www.gnu.org/licenses/licenses.html#LGPL" \
filesource="LICENSE">LGPL</license> +      <notes>
+- PHP 7 compatibility
+- add LICENSE in documentation
+- various build fix
+      </notes>
+   </release>
   </changelog>
 
 </package>
diff --git a/php_uuid.h b/php_uuid.h
index c449cb3..65ef390 100644
--- a/php_uuid.h
+++ b/php_uuid.h
@@ -38,7 +38,7 @@ extern "C" {
 #include <php.h>
 
 #ifdef HAVE_UUID
-#define PHP_UUID_VERSION    "1.0.4"
+#define PHP_UUID_VERSION    "1.0.5-dev"
 #define PHP_UUID_RELEASED   "2015-05-08"
 #define PHP_UUID_STATE      "stable"
 #define PHP_UUID_AUTHORS    "Hartmut Holzgraefe, Remi Collet"


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic