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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A46B3158008 for ; Tue, 13 Jun 2023 22:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7763E092D; Tue, 13 Jun 2023 22:01:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCD31E092D for ; Tue, 13 Jun 2023 22:01:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CBCB534076D for ; Tue, 13 Jun 2023 22:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCECA85 for ; Tue, 13 Jun 2023 22:01:20 +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: <1686693622.96f2d50f4ab934c6e566bb5a7086185b5646549f.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: / X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: ebuild-snippets.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 96f2d50f4ab934c6e566bb5a7086185b5646549f X-VCS-Branch: master Date: Tue, 13 Jun 2023 22:01:20 +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: 11e93f28-94b3-49ee-b6af-72b74e25e575 X-Archives-Hash: f9fb97bf7848cde293168e1b85e1a25d commit: 96f2d50f4ab934c6e566bb5a7086185b5646549f Author: Maciej Barć gentoo org> AuthorDate: Tue Jun 13 22:00:22 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jun 13 22:00:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=96f2d50f ebuild-snippets.el: bump to 2.1.0 Signed-off-by: Maciej Barć gentoo.org> ebuild-snippets.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-snippets.el b/ebuild-snippets.el index 1985522..cc7ba97 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 27 Feb 2023 -;; Version: 2.0.4 +;; Version: 2.1.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git ;; Package-Requires: ((emacs "24")) @@ -49,7 +49,7 @@ (require 'yasnippet) -(defconst ebuild-snippets-version "2.0.4" +(defconst ebuild-snippets-version "2.1.0" "Ebuild-Snippets version.")