OSSP CVS Repository

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

Check-in Number: 6009
Date: 2008-Jul-04 23:47:59 (local)
2008-Jul-04 21:47:59 (UTC)
User:rse
Branch:
Comment: bump version before release
Tickets:
Inspections:
Files:
ossp-pkg/uuid/README      1.47 -> 1.48     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid.pm      1.23 -> 1.24     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid_compat.pm      1.14 -> 1.15     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_vers.h      1.29 -> 1.30     9 inserted, 9 deleted

ossp-pkg/uuid/README 1.47 -> 1.48

--- README       2008/03/07 13:52:41     1.47
+++ README       2008/07/04 21:47:59     1.48
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
   OSSP uuid - Universally Unique Identifier
-  Version 1.6.1 (21-Feb-2008)
+  Version 1.6.2 (04-Jul-2008)
 
   ABSTRACT
 


ossp-pkg/uuid/perl/uuid.pm 1.23 -> 1.24

--- uuid.pm      2008/01/10 14:18:49     1.23
+++ uuid.pm      2008/07/04 21:48:00     1.24
@@ -118,7 +118,7 @@
 use Exporter;
 
 #   API version
-our $VERSION = do { my @v = ('1.6.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.6.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 #   API inheritance
 our @ISA = qw(Exporter);


ossp-pkg/uuid/perl/uuid_compat.pm 1.14 -> 1.15

--- uuid_compat.pm       2008/01/10 14:18:49     1.14
+++ uuid_compat.pm       2008/07/04 21:48:01     1.15
@@ -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.6.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.6.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 sub new {
     my $class = shift;


ossp-pkg/uuid/uuid_vers.h 1.29 -> 1.30

--- uuid_vers.h  2008/02/21 15:36:52     1.29
+++ uuid_vers.h  2008/07/04 21:47:59     1.30
@@ -8,7 +8,7 @@
 #ifndef _UUID_VERS_H_
 #define _UUID_VERS_H_
 
-#define _UUID_VERSION 0x106201
+#define _UUID_VERSION 0x106202
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _UUID_VERS_H_AS_HEADER_
 
 _uuid_version_t _uuid_version = {
-    0x106201,
-    "1.6.1",
-    "1.6.1 (21-Feb-2008)",
-    "This is OSSP uuid, Version 1.6.1 (21-Feb-2008)",
-    "OSSP uuid 1.6.1 (21-Feb-2008)",
-    "OSSP uuid/1.6.1",
-    "@(#)OSSP uuid 1.6.1 (21-Feb-2008)",
-    "$Id: OSSP uuid 1.6.1 (21-Feb-2008) $"
+    0x106202,
+    "1.6.2",
+    "1.6.2 (04-Jul-2008)",
+    "This is OSSP uuid, Version 1.6.2 (04-Jul-2008)",
+    "OSSP uuid 1.6.2 (04-Jul-2008)",
+    "OSSP uuid/1.6.2",
+    "@(#)OSSP uuid 1.6.2 (04-Jul-2008)",
+    "$Id: OSSP uuid 1.6.2 (04-Jul-2008) $"
 };
 
 #endif /* _UUID_VERS_H_AS_HEADER_ */

CVSTrac 2.0.1