Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 3, 2019
1 parent a6089eb commit 92f3283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authentic-funcs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ sub product_version_update
{
my ($v, $p) = @_;
my ($wv, $uv, $vv, $cv, $fv, $d) =
('1.900', '1.750', '6.03', '9.3', '12.09', $tconfig{'beta_updates'});
('1.910', '1.760', '6.06', '9.4', '12.12', $tconfig{'beta_updates'});

if (($p eq "w" && $v < $wv) ||
($p eq "u" && $v < $uv) ||
Expand Down
4 changes: 2 additions & 2 deletions theme.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc=Authentic Theme
longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/authentic-theme/authentic-theme)
version=19.35
mversion=08
depends=1.900 1.750
mversion=09
depends=1.910 1.760
webmin=1
usermin=1

0 comments on commit 92f3283

Please sign in to comment.