From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A962158094 for ; Tue, 16 Aug 2022 23:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40303E091A; Tue, 16 Aug 2022 23:50:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C496E091A for ; Tue, 16 Aug 2022 23:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31E2C34135A for ; Tue, 16 Aug 2022 23:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0B957B for ; Tue, 16 Aug 2022 23:50:40 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1660689582.aebf6168e37e943a5524f33c8bf510c5b0495a9c.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: aebf6168e37e943a5524f33c8bf510c5b0495a9c X-VCS-Branch: master Date: Tue, 16 Aug 2022 23:50:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90793605-2da6-497a-98b9-aceaad4abed8 X-Archives-Hash: f7b4d064407a59e4b5153d9ef8145317 commit: aebf6168e37e943a5524f33c8bf510c5b0495a9c Author: Maciej Barć gentoo org> AuthorDate: Tue Aug 16 22:39:42 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Aug 16 22:39:42 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=aebf6168 company-ebuild.el: bump to 0.1.0 Signed-off-by: Maciej Barć gentoo.org> company-ebuild.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company-ebuild.el b/company-ebuild.el index e8916b7..ef4096b 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 16 Aug 2022 -;; Version: 0.0.0 +;; Version: 0.1.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/company-ebuild.git ;; Package-Requires: ((emacs "25.1")) @@ -47,7 +47,7 @@ (require 'company-ebuild-keywords) -(defconst company-ebuild-version "0.0.0" +(defconst company-ebuild-version "0.1.0" "Company-Ebuild version.")