Skip to content

Commit adca5dc

Browse files
committed
Bump version to 1.4.1-dev.
1 parent a0e72fc commit adca5dc

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.4.1-dev
2+
-----------------
3+
4+
15
Version 1.4.0 [20 Nov 25]
26
-------------------------
37
- Allow Typo=Yes annotation in FEATS of a multi-word token.

MANUAL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UDPipe 1
2-
Version 1.4.0
2+
Version 1.4.1-dev
33

44
Introduction
55
============

MANUAL.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div class="header" id="header">
1111
<h1>UDPipe 1</h1>
12-
<h2>Version 1.4.0</h2>
12+
<h2>Version 1.4.1-dev</h2>
1313
</div>
1414

1515
<div class="toc">

doc/manual.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UDPipe 1
2-
Version 1.4.0
2+
Version 1.4.1-dev
33

44
= Introduction =[introduction]
55

src/version/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace udpipe {
1919

2020
// Returns current version.
2121
version version::current() {
22-
return {1, 4, 0, ""};
22+
return {1, 4, 1, "dev"};
2323
}
2424

2525
// Returns multi-line formated version and copyright string.

0 commit comments

Comments
 (0)