aboutsummaryrefslogtreecommitdiffstats
path: root/oni-grep.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-grep.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-grep.el')
-rw-r--r--oni-grep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-grep.el b/oni-grep.el
index 3922d29..deb4a76 100644
--- a/oni-grep.el
+++ b/oni-grep.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190328172224
+;; Version: 2019.0904.210546
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by