Skip to content

Commit

Permalink
Bump version to 5.21.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 1, 2021
1 parent 4b821c3 commit dd42240
Show file tree
Hide file tree
Showing 135 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion adodb-active-record.inc.php
@@ -1,7 +1,7 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Latest version is available at https://adodb.org/
Expand Down
2 changes: 1 addition & 1 deletion adodb-active-recordx.inc.php
@@ -1,7 +1,7 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Latest version is available at https://adodb.org/
Expand Down
2 changes: 1 addition & 1 deletion adodb-csvlib.inc.php
Expand Up @@ -8,7 +8,7 @@

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-datadict.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-error.inc.php
@@ -1,6 +1,6 @@
<?php
/**
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-errorhandler.inc.php
@@ -1,6 +1,6 @@
<?php
/**
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-errorpear.inc.php
@@ -1,6 +1,6 @@
<?php
/**
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-exceptions.inc.php
@@ -1,7 +1,7 @@
<?php

/**
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-iterator.inc.php
@@ -1,7 +1,7 @@
<?php

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-lib.inc.php
Expand Up @@ -6,7 +6,7 @@
$ADODB_INCLUDED_LIB = 1;

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-loadbalancer.inc.php
Expand Up @@ -15,7 +15,7 @@
* Latest version is available at https://adodb.org/
*
* @package ADOdb
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @author Mike Benoit
* @copyright (c) 2016 Mike Benoit and the ADOdb community
* @license BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion adodb-memcache.lib.inc.php
Expand Up @@ -11,7 +11,7 @@

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-pager.inc.php
@@ -1,7 +1,7 @@
<?php

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-pear.inc.php
@@ -1,6 +1,6 @@
<?php
/**
* @version v5.21.0-beta.1 20-Dec-2020
* @version v5.21.0-rc.1 2021-02-02
* @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
* @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-perf.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-php4.inc.php
@@ -1,7 +1,7 @@
<?php

/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion adodb-time.inc.php
Expand Up @@ -4,7 +4,7 @@
Latest version is available at https://adodb.org/
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Expand Down
4 changes: 2 additions & 2 deletions adodb.inc.php
Expand Up @@ -14,7 +14,7 @@
/**
\mainpage
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Expand Down Expand Up @@ -210,7 +210,7 @@ function ADODB_Setup() {
/**
* ADODB version as a string.
*/
$ADODB_vers = 'v5.21.0-beta.1 20-Dec-2020';
$ADODB_vers = 'v5.21.0-rc.1 2021-02-02';

/**
* Determines whether recordset->RecordCount() is used.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-access.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-db2.inc.php
@@ -1,6 +1,6 @@
<?php
/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-firebird.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-generic.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-ibase.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-informix.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-mssql.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-mssqlnative.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-mysql.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-oci8.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-postgres.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-sapdb.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-sqlite.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion datadict/datadict-sybase.inc.php
@@ -1,7 +1,7 @@
<?php

/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Expand Up @@ -14,7 +14,7 @@ Older changelogs:

--------------------------------------------------------------------------------

## [5.21.0-rc.1] - Unreleased
## [5.21.0-rc.1] - 2021-02-02

Includes all fixes from 5.20.20.

Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-ado.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-ado5.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-ado_access.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-ado_mssql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-borland_ibase.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-csv.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-db2.inc.php
@@ -1,6 +1,6 @@
<?php
/**
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-db2oci.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-db2ora.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-fbsql.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down
2 changes: 1 addition & 1 deletion drivers/adodb-firebird.inc.php
@@ -1,6 +1,6 @@
<?php
/*
@version v5.21.0-beta.1 20-Dec-2020
@version v5.21.0-rc.1 2021-02-02
@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Expand Down

0 comments on commit dd42240

Please sign in to comment.