diff options
author | scuri <scuri> | 2009-06-27 05:19:46 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-27 05:19:46 +0000 |
commit | 21b4c296e66e7c339940192eecb768fbbff250e8 (patch) | |
tree | b9a109c654bb2d592e6f1ca5d39bcb0444a14c7b /html | |
parent | d718eeaef158211909dc0e4e4a5ff025d3d06909 (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r-- | html/en/home.html | 2 | ||||
-rw-r--r-- | html/wb/wb_usr.lua | 2 | ||||
-rw-r--r-- | html/wb_title.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/html/en/home.html b/html/en/home.html index ff9ea69..f53079e 100644 --- a/html/en/home.html +++ b/html/en/home.html @@ -11,7 +11,7 @@ <div class="homeTitle">CD</div> <div class="homeDescription">Canvas Draw, A 2D Graphics Library</div> -<div class="homeVersion">Version 5.1</div> +<div class="homeVersion">Version 5.2</div> <hr> <p><strong>CD</strong> (Canvas Draw) is a platform-independent graphics library. It is implemented in several diff --git a/html/wb/wb_usr.lua b/html/wb/wb_usr.lua index a494653..4f09919 100644 --- a/html/wb/wb_usr.lua +++ b/html/wb/wb_usr.lua @@ -12,7 +12,7 @@ wb_usr = { wb_usr.messages = { en = { - bar_title = "CD - Version 5.1", + bar_title = "CD - Version 5.2", title = "CD - Canvas Draw", } } diff --git a/html/wb_title.html b/html/wb_title.html index ac9ee27..b2d5ca6 100644 --- a/html/wb_title.html +++ b/html/wb_title.html @@ -35,7 +35,7 @@ a.contact:hover { <table style="width: 100%" cellspacing="0" cellpadding="0"> <tr> <td style="width: 50px;"><img src="logo.gif"></td> - <td class="title">CD - Version 5.1</td> + <td class="title">CD - Version 5.2</td> <td style="width: 3.5em"> <a class="contact" href="ssSearch.html">SimpleSearch</a> </td> |