File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2
2
improvements that were made since the initial 1.0 source archive
3
3
release.
4
4
@@ -26,8 +26,8 @@ Documentation:
26
26
Build and Release:
27
27
- Enable many binary hardening features.
28
28
- 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.
31
31
- Use libtool 2.2 to produce helper library as a step toward to
32
32
"libmkcg".
33
33
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ expect {
31
31
set test "version"
32
32
spawn ${objdir}/mkcg.6416 --version
33
33
expect {
34
- -re "^.*mkcg\\.6416.*1\\.2 .*\\r\\n" {
34
+ -re "^.*mkcg\\.6416.*1\\.3 .*\\r\\n" {
35
35
pass "$test"
36
36
}
37
37
eof {fail "$test"}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ expect {
31
31
set test "version"
32
32
spawn ${objdir}/mkcg.vid2k --version
33
33
expect {
34
- -re "^.*mkcg\\.vid2k.*1\\.2 .*\\r\\n" {
34
+ -re "^.*mkcg\\.vid2k.*1\\.3 .*\\r\\n" {
35
35
pass "$test"
36
36
}
37
37
eof {fail "$test"}
You can’t perform that action at this time.
0 commit comments