emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 25/35: Make version string compatible with Emacs < 24.4


From: Dmitry Gutov
Subject: [elpa] 25/35: Make version string compatible with Emacs < 24.4
Date: Sat, 19 Apr 2014 10:12:19 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 65ca9bffb91dea81039d5252f9a02b401736c2f3
Author: Bozhidar Batsov <address@hidden>
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 <address@hidden>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]