Browse Source

Release v0.5.2

pull/3/head v0.5.2
Damien Cassou 4 years ago
parent
commit
14538abcb6
Signed by: DamienCassou GPG Key ID: B68746238E59B548
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      README.org
  2. +1
    -1
      makel.mk

+ 2
- 2
README.org View File

@ -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


+ 1
- 1
makel.mk View File

@ -1,4 +1,4 @@
MAKEL_VERSION=0.5.1
MAKEL_VERSION=0.5.2
MAKEL_LOAD_PATH=-L . $(patsubst %,-L ../%,$(ELPA_DEPENDENCIES))