OSSP CVS Repository

ossp - Check-in [5616]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5616
Date: 2006-Jul-31 14:45:08 (local)
2006-Jul-31 12:45:08 (UTC)
User:rse
Branch:
Comment: bump before release
Tickets:
Inspections:
Files:
ossp-pkg/uuid/README      1.41 -> 1.42     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid.pm      1.19 -> 1.20     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid_compat.pm      1.9 -> 1.10     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_vers.h      1.25 -> 1.26     9 inserted, 9 deleted

ossp-pkg/uuid/README 1.41 -> 1.42

--- README       2006/07/28 19:17:44     1.41
+++ README       2006/07/31 12:45:08     1.42
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
   OSSP uuid - Universally Unique Identifier
-  Version 1.5.0 (28-Jul-2006)
+  Version 1.5.1 (31-Jul-2006)
 
   ABSTRACT
 


ossp-pkg/uuid/perl/uuid.pm 1.19 -> 1.20

--- uuid.pm      2006/05/11 18:42:54     1.19
+++ uuid.pm      2006/07/31 12:45:09     1.20
@@ -118,7 +118,7 @@
 use Exporter;
 
 #   API version
-our $VERSION = do { my @v = ('1.5.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 #   API inheritance
 our @ISA = qw(Exporter);


ossp-pkg/uuid/perl/uuid_compat.pm 1.9 -> 1.10

--- uuid_compat.pm       2006/05/11 18:42:54     1.9
+++ uuid_compat.pm       2006/07/31 12:45:09     1.10
@@ -42,7 +42,7 @@
 our @ISA     = qw(Exporter);
 our @EXPORT  = qw(NameSpace_DNS NameSpace_OID NameSpace_URL NameSpace_X500);
 
-our $VERSION = do { my @v = ('1.5.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 sub new {
     my $class = shift;


ossp-pkg/uuid/uuid_vers.h 1.25 -> 1.26

--- uuid_vers.h  2006/07/28 19:17:44     1.25
+++ uuid_vers.h  2006/07/31 12:45:08     1.26
@@ -8,7 +8,7 @@
 #ifndef _UUID_VERS_H_
 #define _UUID_VERS_H_
 
-#define _UUID_VERSION 0x105200
+#define _UUID_VERSION 0x105201
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _UUID_VERS_H_AS_HEADER_
 
 _uuid_version_t _uuid_version = {
-    0x105200,
-    "1.5.0",
-    "1.5.0 (28-Jul-2006)",
-    "This is OSSP uuid, Version 1.5.0 (28-Jul-2006)",
-    "OSSP uuid 1.5.0 (28-Jul-2006)",
-    "OSSP uuid/1.5.0",
-    "@(#)OSSP uuid 1.5.0 (28-Jul-2006)",
-    "$Id: OSSP uuid 1.5.0 (28-Jul-2006) $"
+    0x105201,
+    "1.5.1",
+    "1.5.1 (31-Jul-2006)",
+    "This is OSSP uuid, Version 1.5.1 (31-Jul-2006)",
+    "OSSP uuid 1.5.1 (31-Jul-2006)",
+    "OSSP uuid/1.5.1",
+    "@(#)OSSP uuid 1.5.1 (31-Jul-2006)",
+    "$Id: OSSP uuid 1.5.1 (31-Jul-2006) $"
 };
 
 #endif /* _UUID_VERS_H_AS_HEADER_ */

CVSTrac 2.0.1