Skip to content

Commit

Permalink
Per #555, updating version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 13, 2024
1 parent 17b76ee commit 7e7e106
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
</copy>
<delete file="${build}/MANIFEST.MF"/>
<manifest file="${build}/MANIFEST.MF">
<attribute name="Specification-Version" value="6.0.0-beta6"/>
<attribute name="Specification-Version" value="6.0.0-rc1"/>
</manifest>

<jar jarfile="${dist}/lib/metviewer.jar" basedir="${build}" manifest="${build}/MANIFEST.MF">
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
project = 'METviewer'
author = 'UCAR/NCAR'
author_list = "Burek, T., T. Jensen, I. Srivastava, M. Win-Gildenmeister, L. Goodrich, J. Prestopnik, L. Blank, and T. Fowler"
version = "3.0.0-rc1-dev"
version = "3.0.0-rc1"
verinfo = version
release = f'{version}'
release_year = '2024'
release_date = f'{release_year}-10-18'
release_date = f'{release_year}-11-13'
copyright = f'{release_year}, {author}'


Expand Down
4 changes: 2 additions & 2 deletions webapp/metviewer/metviewer1.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<TITLE>METviewer 6.0.0-beta5-dev</TITLE>
<TITLE>METviewer 6.0.0-rc1</TITLE>
<link rel="shortcut icon" href="./favicon.ico">

<link rel="stylesheet"
Expand Down Expand Up @@ -258,7 +258,7 @@
<div id="header" style="overflow: visible; position: static ">

<div class="toolbar ui-widget" id="toolbar ">
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;text-align: left;" >METviewer 6.0.0-beta6
<div style="float: left; cursor: alias;font-family: 'Arial Black',Gadget,sans-serif;text-align: left;" >METviewer 6.0.0-rc1
<span id="release" class="ui-icon ui-icon-info " style="float: right;margin-left: .4em;"></span>
<br><a href="https://www.ucar.edu/accessibility" class="web-acc-st">Web Accessibility Statement</a>
</div>
Expand Down

0 comments on commit 7e7e106

Please sign in to comment.