Skip to content

Commit

Permalink
Final Before 2.1.17 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Humphrey committed Mar 13, 2019
1 parent 67220ad commit 265511c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Website: http://www.brewcompetition.com
GitHub: https://github.com/geoffhumphrey/brewcompetitiononlineentry
SourceForge: http://sourceforge.net/projects/brewcompetition [Archives ONLY]

Release 2.1.16, 2019-02-01
Release 2.1.17, 2019-03-13

Developed utilizing a number of extensions and functions, with gratitude to their
respective developers and online communities. Tested with the following versions:
Expand Down
6 changes: 3 additions & 3 deletions includes/current_version.inc.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
// For storage in DB and update script use
$current_version = "2.1.16.0";
$current_version = "2.1.17.0";

// For on-screen display and consistency
$current_version_display = "2.1.16";
$current_version_display = "2.1.17";

// Add if pre-release - alpha, beta, etc., otherwise leave empty
$current_version_display_append = "";
if (!empty($current_version_display_append)) $current_version_display .= " ".$current_version_display_append;

// Change date for each pre-release and release. Will trigger a force update.
$current_version_date_display = "2019-02-01";
$current_version_date_display = "2019-03-13";

// Convert current version date to Unix timestamp
$current_version_date = strtotime($current_version_date_display);
Expand Down
2 changes: 1 addition & 1 deletion sql/bcoem_baseline_2.1.X.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ CREATE TABLE IF NOT EXISTS `baseline_system` (
--

INSERT INTO `baseline_system` (`id`, `version`, `version_date`, `data_check`, `setup`, `setup_last_step`) VALUES
(1, '2.1.16.0', '2019-02-01', '2019-02-01 00:00:01', 1, 8);
(1, '2.1.17.0', '2019-03-13', '2019-03-13 00:00:01', 1, 8);

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

Expand Down
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// -----------------------------------------------------------
// Version 2.1.16
// Version 2.1.17
// -----------------------------------------------------------

require_once ('paths.php');
Expand Down

0 comments on commit 265511c

Please sign in to comment.