Skip to content

Commit 445a83a

Browse files
committed
prepare version 1.0.9
1 parent ecc9dd4 commit 445a83a

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-04-01: 1.0.9 release:
2+
* hu_Hung.sor: fix regression of transliteration of punctuation marks
3+
14
2021-12-31: 1.0.8 release:
25
* src/Soros.py: fix FutureWarning: Possible nested set at position, reported by Rene Engelhard
36
* fr.sor:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```
66
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
77
8-
version 1.0.8 (2021-12-31)
8+
version 1.0.9 (2022-04-01)
99
1010
Numbertext LibreOffice extension,
1111
Soros programming language specification (draft) and IDE*,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.8
1+
1.0.9

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([numbertext_version_major],[1])
22
m4_define([numbertext_version_minor],[0])
3-
m4_define([numbertext_version_micro],[8])
3+
m4_define([numbertext_version_micro],[9])
44
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
55

66
AC_PREREQ([2.68])

java/Manifest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Main-Class: org.numbertext.Numbertext
2-
Implementation-Version: 1.0.8
3-
Implementation-Date: 2021-12-31
2+
Implementation-Version: 1.0.9
3+
Implementation-Date: 2022-04-01

web/index.html.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,27 @@
117117
<div class="col-md-3 col-sm-6">
118118
<div class="service"> <i class="fa fa-table"></i>
119119
<h3>LibreOffice</h3>
120-
<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>
121-
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.8">description</a>)</p>
120+
<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>
121+
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0.9">description</a>)</p>
122122
</div>
123123
</div>
124124
<div class="col-md-3 col-sm-6">
125125
<div class="service"> <i class="fa fa-cogs"></i>
126126
<h3>C++</h3>
127-
<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>
127+
<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>
128128
</div>
129129
</div>
130130
<div class="col-md-3 col-sm-6">
131131
<div class="service"> <i class="fa fa-coffee"></i>
132132
<h3>Java</h3>
133-
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.8/numbertext.jar">numbertext.jar</a> (1.0.8).
133+
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.9/numbertext.jar">numbertext.jar</a> (1.0.9).
134134
Usage: java -jar numbertext.jar</p>
135135
</div>
136136
</div>
137137
<div class="col-md-3 col-sm-6">
138138
<div class="service"><i class="fa fa-pencil"></i>
139139
<h3>Python & JavaScript</h3>
140-
<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>
140+
<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>
141141
</div>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)