Skip to content

Commit 006b929

Browse files
committed
v0.2.5 -> v0.2.6
1 parent 2065fc5 commit 006b929

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Aller directement à :
1010
* édition avec SciTE :
1111
* exécution avec Java
1212
* [instructions](#scite-avec-java)
13-
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.2.5/microalg_0.2.5.zip)
13+
* [lien direct vers le zip](https://github.com/Microalg/Microalg/releases/download/v0.2.6/microalg_0.2.6.zip)
1414
correspondant aux instructions
1515
* édition avec Notepad++ :
1616
* [exécution avec Java](#notepad-avec-java)
@@ -157,7 +157,7 @@ avec le bon numéro de `version` bien sûr.
157157
#### SciTE avec Java
158158

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

162162
* MicroAlg
163163
* Télécharger <https://github.com/Microalg/Microalg/archive/latest.zip>.

microalg.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(setq version "0.2.5")
1+
(setq version "0.2.6")
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(setq !testing T)
22
(setq tests
33
(list
4-
'(= "0.2.5" version)
4+
'(= "0.2.6" 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)