Skip to content

Commit 9bd3341

Browse files
committed
fixes #371 release 2.2.26
1 parent cd769f0 commit 9bd3341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/defconf.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;--------------------------------------------------------
2-
; STM8EF for STM8S (Value line and Access Line devices)
3-
; Default settings for all kinds of options
2+
; STM8 eForth for STM8S and STM8L devices
3+
; Default settings for all options
44
;--------------------------------------------------------
55
RELVER1 = 2 ; Revision digit 1
66
RELVER0 = 6 ; Revision digit 0
7-
PRE_REL = 3 ; Pre Release digit 0 (0: release)
7+
PRE_REL = 0 ; Pre Release digit 0 (0: release)
88

99
TERM_LINUX = 1 ; LF terminates line
1010

0 commit comments

Comments
 (0)