Skip to content

Commit 65f8050

Browse files
committed
v0.2.1 -> v0.2.2
1 parent e66d873 commit 65f8050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microalg.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(setq version "0.2.1")
1+
(setq version "0.2.2")
22
(put 'version 'text (pack "MicroAlg version " version))
33
(setq apropos
44
"L’idée de MicroAlg est née lors d’une formation ISN, de la frustration due à

microalg_tests.malg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(setq !testing T)
22
(setq tests
33
(list
4-
'(= "0.2.1" version)
4+
'(= "0.2.2" version)
55
# Affichage
66
'(= "Bonjour tout le monde !" (prog (Afficher "Bonjour tout le monde !") *LastStdOut))
77
'(= "Deux" (prog (Afficher "Un") (Afficher "Deux") *LastStdOut))

0 commit comments

Comments
 (0)