Skip to content

Commit

Permalink
v0.2.5 -> v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahack committed Feb 28, 2015
1 parent 2065fc5 commit 006b929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -10,7 +10,7 @@ Aller directement à :
* édition avec SciTE :
* exécution avec Java
* [instructions](#scite-avec-java)
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.2.5/microalg_0.2.5.zip)
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.2.6/microalg_0.2.6.zip)
correspondant aux instructions
* édition avec Notepad++ :
* [exécution avec Java](#notepad-avec-java)
Expand Down Expand Up @@ -157,7 +157,7 @@ avec le bon numéro de `version` bien sûr.
#### SciTE avec Java

Vous pouvez télécharger le résultat des instructions suivantes
[directement ici](https://github.com/Microalg/Microalg/releases/download/v0.2.5/microalg_0.2.5.zip).
[directement ici](https://github.com/Microalg/Microalg/releases/download/v0.2.6/microalg_0.2.6.zip).

* MicroAlg
* Télécharger <https://github.com/Microalg/Microalg/archive/latest.zip>.
Expand Down
2 changes: 1 addition & 1 deletion microalg.l
@@ -1,4 +1,4 @@
(setq version "0.2.5")
(setq version "0.2.6")
(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
@@ -1,7 +1,7 @@
(setq !testing T)
(setq tests
(list
'(= "0.2.5" version)
'(= "0.2.6" 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 006b929

Please sign in to comment.