~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/php/HelioviewerClient.php

  • Committer: Keith Hughitt
  • Date: 2012-04-02 19:25:08 UTC
  • mto: This revision was merged to the branch mainline in revision 699.
  • Revision ID: keith.hughitt@nasa.gov-20120402192508-mny212t8ulbem849
Preparing for 2.3.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
     */
80
80
    protected function printHead($signature) {
81
81
?>
82
 
    <?php printf("<!-- Helioviewer.org 2.2.2 (rev. %s), %s -->\n", $this->config["build_num"], $this->config["last_update"]);?>
 
82
    <?php printf("<!-- Helioviewer.org 2.3.0 (rev. %s), %s -->\n", $this->config["build_num"], $this->config["last_update"]);?>
83
83
    <title>Helioviewer.org - Solar and heliospheric image visualization tool</title>
84
84
    <meta charset="utf-8" />
85
85
    <meta name="description" content="Helioviewer.org - Solar and heliospheric image visualization tool" />