OSSP CVS Repository

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

Check-in Number: 5123
Date: 2005-Aug-30 22:11:46 (local)
2005-Aug-30 20:11:46 (UTC)
User:rse
Branch:
Comment: bump before release
Tickets:
Inspections:
Files:
ossp-pkg/uuid/README      1.25 -> 1.26     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid.pm      1.8 -> 1.9     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_vers.h      1.14 -> 1.15     9 inserted, 9 deleted

ossp-pkg/uuid/README 1.25 -> 1.26

--- README       2005/01/23 11:28:51     1.25
+++ README       2005/08/30 20:11:46     1.26
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
   OSSP uuid - Universally Unique Identifier
-  Version 1.2.0 (23-Jan-2005)
+  Version 1.2.1 (30-Aug-2005)
 
   ABSTRACT
 


ossp-pkg/uuid/perl/uuid.pm 1.8 -> 1.9

--- uuid.pm      2005/01/23 12:38:10     1.8
+++ uuid.pm      2005/08/30 20:11:47     1.9
@@ -41,7 +41,7 @@
 ##
 
 #   API version
-our $VERSION = do { my @v = ('1.2.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.2.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 #   API inheritance
 our @ISA = qw(Exporter);


ossp-pkg/uuid/uuid_vers.h 1.14 -> 1.15

--- uuid_vers.h  2005/01/23 11:28:51     1.14
+++ uuid_vers.h  2005/08/30 20:11:46     1.15
@@ -8,7 +8,7 @@
 #ifndef _UUID_VERS_H_
 #define _UUID_VERS_H_
 
-#define _UUID_VERSION 0x102200
+#define _UUID_VERSION 0x102201
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _UUID_VERS_H_AS_HEADER_
 
 _uuid_version_t _uuid_version = {
-    0x102200,
-    "1.2.0",
-    "1.2.0 (23-Jan-2005)",
-    "This is OSSP uuid, Version 1.2.0 (23-Jan-2005)",
-    "OSSP uuid 1.2.0 (23-Jan-2005)",
-    "OSSP uuid/1.2.0",
-    "@(#)OSSP uuid 1.2.0 (23-Jan-2005)",
-    "$Id: OSSP uuid 1.2.0 (23-Jan-2005) $"
+    0x102201,
+    "1.2.1",
+    "1.2.1 (30-Aug-2005)",
+    "This is OSSP uuid, Version 1.2.1 (30-Aug-2005)",
+    "OSSP uuid 1.2.1 (30-Aug-2005)",
+    "OSSP uuid/1.2.1",
+    "@(#)OSSP uuid 1.2.1 (30-Aug-2005)",
+    "$Id: OSSP uuid 1.2.1 (30-Aug-2005) $"
 };
 
 #endif /* _UUID_VERS_H_AS_HEADER_ */

CVSTrac 2.0.1