aboutsummaryrefslogtreecommitdiffstats
path: root/oni-magit.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-04 21:09:38 -0700
committerGravatar Tom Willemse2019-09-04 21:09:38 -0700
commitbb29ee8a1257ccdca1a8a0cd4a20434197df3ec4 (patch)
treee09697400b30311819c60d8519482c10372249a9 /oni-magit.el
parentfc21656070737095204ee891eaacc11674c073f7 (diff)
downloademacs-config-bb29ee8a1257ccdca1a8a0cd4a20434197df3ec4.tar.gz
emacs-config-bb29ee8a1257ccdca1a8a0cd4a20434197df3ec4.zip
Change version format
In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
Diffstat (limited to 'oni-magit.el')
-rw-r--r--oni-magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-magit.el b/oni-magit.el
index 8af000a..f4fcd1e 100644
--- a/oni-magit.el
+++ b/oni-magit.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190306231034
+;; Version: 2019.0904.210652
;; Package-Requires: (magit magit-popup hydra)
;; This program is free software; you can redistribute it and/or modify