dgutov pushed a commit to branch master in repository elpa. commit f4ffe2b47cf6854ff3bc3ca1717efe1258c01547 Author: Dmitry Gutov <dgu...@yandex.ru> Date: Wed Aug 27 05:11:33 2014 +0400
Bump the version --- NEWS.md | 2 +- company.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c966ce5..8a0bec2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # History of user-visible changes -# Next +## 2014-08-27 (0.8.3) * On Emacs 24.4 or newer, tooltip positioning takes line-spacing into account. * New face `company-tooltip-search`, used for the search string in the tooltip. diff --git a/company.el b/company.el index c1671aa..9d53cd7 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.3-cvs +;; Version: 0.8.3 ;; Keywords: abbrev, convenience, matching ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))