Skip to content

Commit

Permalink
Push version to 2018.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Jun 12, 2018
1 parent 37f3aa8 commit 9358af6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion doc/OpenEMS_EN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifndef::backend-pdf[]
= image:OpenEMS-Logo.png[the Feneco - OpenEMS Logo,400,role="related right"] Open Energy Management System
endif::[]
Stefan Feilmeier (c) 2018 FENECON GmbH
Version 2018.8.0-SNAPSHOT
Version 2018.8.0
:sectnums:
:sectnumlevels: 4
:toc:
Expand Down
4 changes: 2 additions & 2 deletions doc/OpenEMS_EN.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
<h1><span class="image related right"><img src="./img/OpenEMS-Logo.png" alt="the Feneco - OpenEMS Logo" width="400"></span> Open Energy Management System</h1>
<div class="details">
<span id="author" class="author">Stefan Feilmeier (c) 2018 FENECON GmbH</span><br>
<span id="revdate">Version 2018.8.0-SNAPSHOT</span>
<span id="revdate">Version 2018.8.0</span>
</div>
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1433,7 +1433,7 @@ <h3 id="_configuration_3">6.2. Configuration</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2018-06-12 10:43:40 DST
Last updated 2018-06-12 10:47:45 DST
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">
Expand Down
2 changes: 1 addition & 1 deletion doc/_include/header.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ifndef::toc[]
Stefan Feilmeier (c) 2018 FENECON GmbH
Version 2018.8.0-SNAPSHOT
Version 2018.8.0
:sectnums:
:sectnumlevels: 4
:toc:
Expand Down
4 changes: 2 additions & 2 deletions io.openems.common/src/io/openems/common/OpenemsConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class OpenemsConstants {

// public final static String OPENEMS_VERSION = "2018.7.0";
public final static String OPENEMS_VERSION = "2018.8.0";

public final static String OPENEMS_VERSION = "2018.8.0-SNAPSHOT";
// public final static String OPENEMS_VERSION = "2018.9.0-SNAPSHOT";

}
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openems-ui",
"version": "2018.8.0-SNAPSHOT",
"version": "2018.8.0",
"license": "AGPL",
"scripts": {
"ng": "ng",
Expand Down
12 changes: 6 additions & 6 deletions ui/src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<li>
<a target="_blank" href="https://github.com/OpenEMS/openems" translate>About.Sourcecode</a>
</li>
<!-- <li>
<a target="_blank" href="https://github.com/OpenEMS/openems/releases/tag/2018.7">
<span translate>About.Build</span>: 2018.7.0 (2018-05-24)</a>
</li> -->
<li>
<a target="_blank" href="https://github.com/OpenEMS/openems/tree/develop">
<span translate>About.Build</span>: 2018.8.0-SNAPSHOT</a>
<a target="_blank" href="https://github.com/OpenEMS/openems/releases/tag/2018.8">
<span translate>About.Build</span>: 2018.8.0 (2018-06-12)</a>
</li>
<!-- <li>
<a target="_blank" href="https://github.com/OpenEMS/openems/tree/develop">
<span translate>About.Build</span>: 2018.9.0-SNAPSHOT</a>
</li> -->
</ul>
<p>
<span [innerHTML]="'About.Contact' | translate:{value: '[email protected]'}"></span>
Expand Down

0 comments on commit 9358af6

Please sign in to comment.