Skip to content

Commit

Permalink
v0.2.0 -> v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahack committed Nov 20, 2014
1 parent ebe151f commit d5bdbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microalg.l
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(setq version "0.2.0")
(setq version "0.2.1")
(put 'version 'text (pack "MicroAlg version " version))
(setq apropos
"L’idée de MicroAlg est née lors d’une formation ISN, de la frustration due à
Expand Down
2 changes: 1 addition & 1 deletion microalg_tests.malg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
)
(list
'(= "0.2.0" version)
'(= "0.2.1" version)
# Affichage
'(= "Bonjour tout le monde !" (prog (Afficher "Bonjour tout le monde !") *LastStdOut))
'(= "Deux" (prog (Afficher "Un") (Afficher "Deux") *LastStdOut))
Expand Down

0 comments on commit d5bdbbb

Please sign in to comment.