Skip to content

Commit

Permalink
v.7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Aug 3, 2016
1 parent 1ae2434 commit 11f174f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

$site['ver'] = '7.3';
$site['build'] = '2'; // B1
$site['build'] = '2';

2 changes: 1 addition & 1 deletion install/sql/v72.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ INSERT INTO `sys_options` VALUES
SET @iCatHidden = 0;
INSERT INTO `sys_options` VALUES

('sys_tmp_version', '7.3.2.B1', @iCatHidden, 'Dolphin version ', 'digit', '', '', 10, ''),
('sys_tmp_version', '7.3.2', @iCatHidden, 'Dolphin version ', 'digit', '', '', 10, ''),
('license_code', '', @iCatHidden, 'Dolphin License Code', 'digit', '', '', 11, ''),
('license_expiration', '', @iCatHidden, 'Dolphin License Expiration', 'digit', '', '', 12, ''),
('license_checksum', '', @iCatHidden, 'Dolphin License Checksum', 'digit', '', '', 13, ''),
Expand Down

0 comments on commit 11f174f

Please sign in to comment.