diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-10 23:58:43 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-02-11 17:42:53 +0100 |
| commit | 2c583fd8ace1c9552f9991d0a7b1370ca1679869 (patch) | |
| tree | c6febb851a8212f98dcd41f1764c3c12d238e087 /default.mk | |
| parent | 558050c46c0d807602b69cad80df2ea856fd310f (diff) | |
Bump compat dependency, seq is loaded by Compat
Diffstat (limited to 'default.mk')
| -rw-r--r-- | default.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,7 +115,7 @@ VERSION ?= $(shell \ # TODO Deal with the fact that timestamps are no longer in sync. TIMESTAMP = 20230101 -COMPAT_VERSION = 29.1.3.2 +COMPAT_VERSION = 29.1.3.3 DASH_VERSION = 2.19.1 GIT_COMMIT_VERSION = $(VERSION) LIBGIT_VERSION = 0 @@ -125,7 +125,7 @@ MAGIT_SECTION_VERSION = $(VERSION) TRANSIENT_VERSION = 0.3.6 WITH_EDITOR_VERSION = 3.0.5 -COMPAT_SNAPSHOT = 29.1.3.2 +COMPAT_SNAPSHOT = 29.1.3.3 DASH_MELPA_SNAPSHOT = 20221013 GIT_COMMIT_MELPA_SNAPSHOT = $(TIMESTAMP) LIBGIT_MELPA_SNAPSHOT = 0 |
