]> code.delx.au - gnu-emacs-elpa/commitdiff
Make version string compatible with Emacs < 24.4
authorBozhidar Batsov <bozhidar@tradeo.com>
Wed, 9 Apr 2014 09:17:54 +0000 (12:17 +0300)
committerBozhidar Batsov <bozhidar@tradeo.com>
Wed, 9 Apr 2014 09:17:54 +0000 (12:17 +0300)
`version-to-list` doesn't have snapshot support before 24.4. The `-cvs` suffix
is the closest we can get there and it will be interpreted as a snapshot version
on 24.4+ anyways.

company.el

index 6c23dddede20b47dc5b90331f2e13d3e3dbfa19b..6204c0145c6b0ed48f79fdb8928f3b4d1c6c6ea4 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
 ;; URL: http://company-mode.github.io/
-;; Version: 0.8.0-snapshot
+;; Version: 0.8.0-cvs
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.1"))