diff --git a/VERSION b/VERSION index 67b037a..ceab6e1 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1 @@ -pannellum -Version: 0.1 -Date: 2011-04-18 \ No newline at end of file +0.1 \ No newline at end of file diff --git a/src/pannellum.htm b/src/pannellum.htm index 3a41c0e..0ac536d 100644 --- a/src/pannellum.htm +++ b/src/pannellum.htm @@ -35,7 +35,7 @@

A browser supporting WebGL (and the canvas element) is required to view this panorama.

-
http://pannellum.sf.net/

Licensing:
GNU LGPL v2.1

+

Licensing:
GNU LGPL v2.1

diff --git a/utils/build.py b/utils/build.py index 0d1bf4c..dde6adb 100644 --- a/utils/build.py +++ b/utils/build.py @@ -71,7 +71,8 @@ def htmlCompress(text): def addHeader(text): text = text.replace('',''); - return '\n\n' + text + header = '\n\n' + return header + text def build(files, css, html, filename): folder = '' @@ -107,6 +108,7 @@ def build(files, css, html, filename): html = html.replace('','') html = html.replace('','') html = html.replace('','') + html = html.replace('

Licensing:
','Version ' + read('../VERSION') + '

Licensing:
') html = htmlCompress(html) output(addHeader(html), folder + htmlfilename)