branch: master commit eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Release 0.8.8 --- company.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company.el b/company.el index 4129189..9658006 100644 --- a/company.el +++ b/company.el @@ -1,11 +1,11 @@ ;;; company.el --- Modular text completion framework -*- lexical-binding: t -*- -;; Copyright (C) 2009-2014 Free Software Foundation, Inc. +;; Copyright (C) 2009-2015 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher ;; Maintainer: Dmitry Gutov <dgu...@yandex.ru> ;; URL: http://company-mode.github.io/ -;; Version: 0.8.8-cvs +;; Version: 0.8.8 ;; Keywords: abbrev, convenience, matching ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))