Skip to content

Commit 679950c

Browse files
committed
Prepare release 1.3
Signed-off-by: Stephan Linz <[email protected]>
1 parent 965d3d1 commit 679950c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NEWS

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The PC/M tool chain 1.2 source archive release includes numerous
1+
The PC/M tool chain 1.3 source archive release includes numerous
22
improvements that were made since the initial 1.0 source archive
33
release.
44

@@ -26,8 +26,8 @@ Documentation:
2626
Build and Release:
2727
- Enable many binary hardening features.
2828
- Increased configuration and compilation warning coverage.
29-
- Use Autoconf 2.64 for configuration.
30-
- Use Automake 1.11 for compilation.
29+
- Use Autoconf 2.69 for configuration.
30+
- Use Automake 1.14 for compilation.
3131
- Use libtool 2.2 to produce helper library as a step toward to
3232
"libmkcg".
3333

src/smoke/mkcg/6416.exp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ expect {
3131
set test "version"
3232
spawn ${objdir}/mkcg.6416 --version
3333
expect {
34-
-re "^.*mkcg\\.6416.*1\\.2.*\\r\\n" {
34+
-re "^.*mkcg\\.6416.*1\\.3.*\\r\\n" {
3535
pass "$test"
3636
}
3737
eof {fail "$test"}

src/smoke/mkcg/vid2k.exp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ expect {
3131
set test "version"
3232
spawn ${objdir}/mkcg.vid2k --version
3333
expect {
34-
-re "^.*mkcg\\.vid2k.*1\\.2.*\\r\\n" {
34+
-re "^.*mkcg\\.vid2k.*1\\.3.*\\r\\n" {
3535
pass "$test"
3636
}
3737
eof {fail "$test"}

0 commit comments

Comments
 (0)