Skip to content

Commit

Permalink
prepare version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlonemeth committed Apr 1, 2022
1 parent ecc9dd4 commit 445a83a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-04-01: 1.0.9 release:
* hu_Hung.sor: fix regression of transliteration of punctuation marks

2021-12-31: 1.0.8 release:
* src/Soros.py: fix FutureWarning: Possible nested set at position, reported by Rene Engelhard
* fr.sor:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
version 1.0.8 (2021-12-31)
version 1.0.9 (2022-04-01)
Numbertext LibreOffice extension,
Soros programming language specification (draft) and IDE*,
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([numbertext_version_major],[1])
m4_define([numbertext_version_minor],[0])
m4_define([numbertext_version_micro],[8])
m4_define([numbertext_version_micro],[9])
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])

AC_PREREQ([2.68])
Expand Down
4 changes: 2 additions & 2 deletions java/Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Main-Class: org.numbertext.Numbertext
Implementation-Version: 1.0.8
Implementation-Date: 2021-12-31
Implementation-Version: 1.0.9
Implementation-Date: 2022-04-01
10 changes: 5 additions & 5 deletions web/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,27 @@
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-table"></i>
<h3>LibreOffice</h3>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.8/@@download/file/numbertext-1.0.8.oxt">numbertext-1.0.8.oxt</a>
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.8">description</a>)</p>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.9/@@download/file/numbertext-1.0.9.oxt">numbertext-1.0.9.oxt</a>
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.9">description</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-cogs"></i>
<h3>C++</h3>
<p>Source distribution (1.0.8): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.8/libnumbertext-1.0.8.tar.xz">libnumbertext-1.0.8.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.8">installation</a>)</p>
<p>Source distribution (1.0.9): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.9/libnumbertext-1.0.9.tar.xz">libnumbertext-1.0.9.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.9">installation</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-coffee"></i>
<h3>Java</h3>
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.8/numbertext.jar">numbertext.jar</a> (1.0.8).
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.9/numbertext.jar">numbertext.jar</a> (1.0.9).
Usage: java -jar numbertext.jar</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"><i class="fa fa-pencil"></i>
<h3>Python & JavaScript</h3>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.8.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.8.tar.gz">tar.gz</a>).</p>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.9.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.9.tar.gz">tar.gz</a>).</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 445a83a

Please sign in to comment.