Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Oct 7, 2018
1 parent 4416a2e commit f36b3b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGES.TXT for Ublu Midrange and Mainframe Life Cycle Extension Language
Copyright (c) 2017, Jack J. Woehr [email protected] http://www.softwoehr.com
All rights reserved.

1.2.0
1.2.0 2018-10-07
-----
* Commands
* `jvm` -set -get manipulate Java System properties
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The example is syntax-colored using a [jEdit](http://jedit.org) edit mode provid

The latest release version of Ublu is [version 1.1.9](https://github.com/jwoehr/ublu/releases/tag/v1.1.9).

It is strongly advised you use a release version of Ublu, preferably the latest.
It is strongly advised you use a release version of Ublu, preferably the latest, 1.2.0

The tip of the master branch calls itself 1.1.9+ as we head for 1.2.0
Ublu build from the tip of the master branch calls itself 1.2.0+ as we head for 1.2.1

Ublu is distributed with the open source libraries it needs and their license
files which permit such distribution.
Expand All @@ -59,7 +59,7 @@ suitability for any given application</b>.
<a name="quickstart"></a>
## Quick start instructions

Download the release and <code>java -jar ublu.jar</code> to run Ublu.
Download the release, unpack <code>/opt/ublu/</code> and <code>java -jar /opt/ublu/ublu.jar</code> to run Ublu.

Or clone, build and run:
<ul>
Expand Down Expand Up @@ -113,4 +113,4 @@ that hosts the Ublu forum.
![Ublu running native on IBM i](https://user-images.githubusercontent.com/4604036/30892141-33301764-a2f4-11e7-88e6-e7583866037e.jpg)
*_Ublu running native on IBM i_*

Jack Woehr 2018-09-02
Jack Woehr 2018-10-07
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ source.reference.sblim-cim-client2-HEAD.jar=../../../sblim/Checkout/jsr48-client
source.reference.tn5250j.jar=/home/jax/work/TN5250J/Checkout/tn5250j/src
src.dir=src
test.src.dir=test
ublu.version=1.1.9+
ublu.version=1.2.0

0 comments on commit f36b3b2

Please sign in to comment.