Check-in Number:
|
5178 | |
Date: |
2005-Sep-24 12:20:24 (local)
2005-Sep-24 10:20:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
bump version before release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.91 -> 1.92
--- ChangeLog 2005/09/20 20:30:01 1.91
+++ ChangeLog 2005/09/24 10:20:24 1.92
@@ -11,7 +11,7 @@
This is a list of all changes to OSSP uuid.
For a more brief summary please have a look at the NEWS file.
- Changes between 1.3.0 and 1.3.1 (02-Sep-2005 to xx-xxx-2005)
+ Changes between 1.3.0 and 1.3.1 (02-Sep-2005 to 24-Sep-2005)
o Remove a compiler warning in the PHP bindings.
[Ralf S. Engelschall]
|
|
ossp-pkg/uuid/README 1.32 -> 1.33
--- README 2005/09/02 14:23:46 1.32
+++ README 2005/09/24 10:20:24 1.33
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
OSSP uuid - Universally Unique Identifier
- Version 1.3.0 (02-Sep-2005)
+ Version 1.3.1 (24-Sep-2005)
ABSTRACT
|
|
ossp-pkg/uuid/perl/uuid.pm 1.11 -> 1.12
--- uuid.pm 2005/08/31 09:59:45 1.11
+++ uuid.pm 2005/09/24 10:20:24 1.12
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.3.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.3.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|
ossp-pkg/uuid/perl/uuid_compat.pm 1.1 -> 1.2
--- uuid_compat.pm 2005/08/31 09:59:45 1.1
+++ uuid_compat.pm 2005/09/24 10:20:24 1.2
@@ -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.3.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.3.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
sub new {
my $class = shift;
|
|
ossp-pkg/uuid/uuid_vers.h 1.17 -> 1.18
--- uuid_vers.h 2005/09/02 14:23:46 1.17
+++ uuid_vers.h 2005/09/24 10:20:24 1.18
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x103200
+#define _UUID_VERSION 0x103201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x103200,
- "1.3.0",
- "1.3.0 (02-Sep-2005)",
- "This is OSSP uuid, Version 1.3.0 (02-Sep-2005)",
- "OSSP uuid 1.3.0 (02-Sep-2005)",
- "OSSP uuid/1.3.0",
- "@(#)OSSP uuid 1.3.0 (02-Sep-2005)",
- "$Id: OSSP uuid 1.3.0 (02-Sep-2005) $"
+ 0x103201,
+ "1.3.1",
+ "1.3.1 (24-Sep-2005)",
+ "This is OSSP uuid, Version 1.3.1 (24-Sep-2005)",
+ "OSSP uuid 1.3.1 (24-Sep-2005)",
+ "OSSP uuid/1.3.1",
+ "@(#)OSSP uuid 1.3.1 (24-Sep-2005)",
+ "$Id: OSSP uuid 1.3.1 (24-Sep-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|
|