diff --git a/README.org b/README.org index c29a48f..0a88b59 100644 --- a/README.org +++ b/README.org @@ -49,7 +49,7 @@ following code: curl \ --fail --silent --show-error --insecure --location \ --retry 9 --retry-delay 9 \ - -O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.5.1/makel.mk; \ + -O https://gitlab.petton.fr/DamienCassou/makel/raw/v0.5.2/makel.mk; \ fi # Include makel.mk if present @@ -61,7 +61,7 @@ the current directory. If not, you want to use the one from a sibling directory (~../makel/makel.mk~) or from Internet. You decide which [[https://gitlab.petton.fr/DamienCassou/makel/tags][version of makel]] you want to use by changing the URL -(here ~v0.5.1~ is the latest version). +(here ~v0.5.2~ is the latest version). ** Usage diff --git a/makel.mk b/makel.mk index 60c76f5..6ffbe9c 100644 --- a/makel.mk +++ b/makel.mk @@ -1,4 +1,4 @@ -MAKEL_VERSION=0.5.1 +MAKEL_VERSION=0.5.2 MAKEL_LOAD_PATH=-L . $(patsubst %,-L ../%,$(ELPA_DEPENDENCIES))