Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
erintheunready committed Oct 2, 2018
1 parent 1ae2dcf commit f5c86f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions comiccontrol/parts/install-site-build.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
$options['dateformat'] = $_POST['install-dateformat'];
$options['timeformat'] = $_POST['install-timeformat'];
$options['ccroot'] = $_POST['install-ccpath'];
$options['version'] = "4.0.5";
$options['version'] = "4.0.10";
$options['language'] = $_POST['install-language'];
$options['jquery'] = "https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js";
$options['hammerjs'] = "https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js";
$options['homepage'] = 1;
$options['description'] = $_POST['install-description'];
$options['updatechecked'] = 0;
$options['newestversion'] = "4.0.5";
$options['newestversion'] = "4.0.10";

$query = "INSERT INTO cc_" . $tableprefix . "options(optionname,optionvalue) VALUES(:optionname,:optionvalue)";
$stmt = $cc->prepare($query);
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/*
COMICCONTROL
Version 4.0.9
09/17/2018
Version 4.0.10
10/02/2018
Built by Erin Burt with help from others.
Copyright 2012-2018 Erin Burt.
See comicctrl.com/thanks for contributors and included third-party MIT-licensed packages.
Expand Down

0 comments on commit f5c86f8

Please sign in to comment.