Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 0b44fa1

Browse files
committed
0.3.0 Hotfix 16 (commit 11231df)
1 parent 11231df commit 0b44fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oc-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ function generateRandomString($length = 10) {
232232
**/
233233
function getOpenCADVersion()
234234
{
235-
echo '0.3.0 Hotfix 15 (commit 3456f0afca7)';
235+
echo '0.3.0 Hotfix 16 (commit 11231dfc96f)';
236236
}
237237

238238
/**#@+

oc-install/include/settings.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
// *** application name
157157
define('EI_APPLICATION_NAME', 'OpenCAD');
158158
// *** version number of your application
159-
define('EI_APPLICATION_VERSION', '0.3.0 Hotfix 15 (commit 3456f0afca7)');
159+
define('EI_APPLICATION_VERSION', '0.3.0 Hotfix 16 (commit 11231dfc96f)');
160160

161161
// *** default start file name - application start file
162162
define('EI_APPLICATION_START_FILE', '../index.php');

0 commit comments

Comments
 (0)