OSSP CVS Repository

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

Check-in Number: 4853
Date: 2004-Nov-18 16:59:52 (local)
2004-Nov-18 15:59:52 (UTC)
User:rse
Branch:
Comment: bump before release
Tickets:
Inspections:
Files:
ossp-pkg/uuid/README      1.21 -> 1.22     1 inserted, 1 deleted
ossp-pkg/uuid/perl/uuid.pm      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_vers.h      1.11 -> 1.12     9 inserted, 9 deleted

ossp-pkg/uuid/README 1.21 -> 1.22

--- README       2004/11/03 18:35:24     1.21
+++ README       2004/11/18 15:59:52     1.22
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
   OSSP uuid - Universally Unique Identifier
-  Version 1.1.0 (03-Nov-2004)
+  Version 1.1.1 (18-Nov-2004)
 
   ABSTRACT
 


ossp-pkg/uuid/perl/uuid.pm 1.3 -> 1.4

--- uuid.pm      2004/11/03 18:44:40     1.3
+++ uuid.pm      2004/11/18 15:59:52     1.4
@@ -41,7 +41,7 @@
 ##
 
 #   API version
-our $VERSION = do { my @v = ('1.1.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.1.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
 
 #   API inheritance
 our @ISA = qw(Exporter);


ossp-pkg/uuid/uuid_vers.h 1.11 -> 1.12

--- uuid_vers.h  2004/11/03 18:35:24     1.11
+++ uuid_vers.h  2004/11/18 15:59:52     1.12
@@ -8,7 +8,7 @@
 #ifndef _UUID_VERS_H_
 #define _UUID_VERS_H_
 
-#define _UUID_VERSION 0x101200
+#define _UUID_VERSION 0x101201
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _UUID_VERS_H_AS_HEADER_
 
 _uuid_version_t _uuid_version = {
-    0x101200,
-    "1.1.0",
-    "1.1.0 (03-Nov-2004)",
-    "This is OSSP uuid, Version 1.1.0 (03-Nov-2004)",
-    "OSSP uuid 1.1.0 (03-Nov-2004)",
-    "OSSP uuid/1.1.0",
-    "@(#)OSSP uuid 1.1.0 (03-Nov-2004)",
-    "$Id: OSSP uuid 1.1.0 (03-Nov-2004) $"
+    0x101201,
+    "1.1.1",
+    "1.1.1 (18-Nov-2004)",
+    "This is OSSP uuid, Version 1.1.1 (18-Nov-2004)",
+    "OSSP uuid 1.1.1 (18-Nov-2004)",
+    "OSSP uuid/1.1.1",
+    "@(#)OSSP uuid 1.1.1 (18-Nov-2004)",
+    "$Id: OSSP uuid 1.1.1 (18-Nov-2004) $"
 };
 
 #endif /* _UUID_VERS_H_AS_HEADER_ */

CVSTrac 2.0.1