From bb29ee8a1257ccdca1a8a0cd4a20434197df3ec4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 4 Sep 2019 21:09:38 -0700 Subject: 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. --- oni-php/oni-php.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-php') diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index ed7fbb9..8070408 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190827234741 +;; Version: 2019.0904.210734 ;; Package-Requires: (php-mode oni-yasnippet oni-flycheck oni-company oni-fci ggtags fic-mode hydra company-php phpcbf) ;; This program is free software; you can redistribute it and/or modify -- cgit v1.2.3-54-g00ecf