Skip to content

Commit b2009ef

Browse files
committed
Bump version to 0.10.0
1 parent ae972ef commit b2009ef

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

tm-tool/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.30
1+
0.10.0

tm-tool/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Updating copyright:
55
$ grep -rl "Copyright 2002-2020" . | xargs sed -i "" 's/Copyright 2002-2020/Copyright 2002-2021/g'
66
-->
7-
<property name="tm.version" value="0.9.30"/>
7+
<property name="tm.version" value="0.10.0"/>
88
<property name="tm.qualifier" value="-SNAPSHOT"/>
99
<property name="suffix" value="${tm.version}"/>
1010

tm-tool/textmapper/src/org/textmapper/tool/Tool.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
*/
3131
public class Tool {
3232

33-
public static final String VERSION = "0.9.30/java";
34-
public static final String BUILD = "2020";
33+
public static final String VERSION = "0.10.0/java";
34+
public static final String BUILD = "2022";
3535

3636
public static final String HELP_MESSAGE =
3737
"textmapper - Lexer and Parser generator\n" +

tm-tool/whatsnew.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.10.0
2+
------
3+
4+
[+] Support %expect and %expect-rr directives.
5+
[!] Fix lexer backtracking at EOI.
6+
[!] Improve offsets of AST nodes during error recovery.
7+
18
0.9.30
29
------
310

0 commit comments

Comments
 (0)