Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 75e351e

Browse files
committed
Bump to version 0.6
1 parent f6f0a59 commit 75e351e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/config/strings.asp

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
'**
77
'* CMS product specifications.
88
const PRODUCT_BRANDING = "ASP VBScript CMS"
9-
const PRODUCT_VERSION = "0.5"
9+
const PRODUCT_VERSION = "0.6"
1010
1111
'**
1212
'* CMS branding.
13-
const PRODUCT_URL = "http://asp-vbscript.cms/googlecode.com"
13+
const PRODUCT_URL = "https://github.com/jameswilson/asp-vbscript-cms"
1414
const PRODUCT_LOGO = "{ADMINURL}/images/cms_logo_transparent.gif"
15-
const PRODUCT_FAVICON = "http://asp-vbscript-cms.googlecode.com/files/favicon.ico"
15+
const PRODUCT_FAVICON = "https://raw.githubusercontent.com/wiki/jameswilson/asp-vbscript-cms/files/favicon.ico"
1616
const PRODUCT_DESCRIPTION = "Powered by <a href=""{PRODUCT_URL}"" title=""{PRODUCT_BRANDING} {PRODUCT_VERSION}"">{PRODUCT_BRANDING}</a>"
1717
1818

0 commit comments

Comments
 (0)