dgutov pushed a commit to branch master
in repository elpa.

commit 65ca9bffb91dea81039d5252f9a02b401736c2f3
Author: Bozhidar Batsov <bozhi...@tradeo.com>
Date:   Wed Apr 9 12:17:54 2014 +0300

    Make version string compatible with Emacs < 24.4
    
    `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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index 6c23ddd..6204c01 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <dgu...@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"))
 

Reply via email to