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 088CA15864F for ; Sun, 26 Mar 2023 00:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A4C5E075F; Sun, 26 Mar 2023 00:24:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E3846E075F for ; Sun, 26 Mar 2023 00:24:47 +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 BA6BA33BE33 for ; Sun, 26 Mar 2023 00:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12ADC94B for ; Sun, 26 Mar 2023 00:24:45 +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: <1679790270.c744081844c86c524a511dde27adcd2a79b2bb03.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: c744081844c86c524a511dde27adcd2a79b2bb03 X-VCS-Branch: master Date: Sun, 26 Mar 2023 00:24:45 +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: bc22d4ff-7bbc-4a3e-8788-ff0381cce34d X-Archives-Hash: 4673b1643d206fcefbc74b42f20ab3b4 commit: c744081844c86c524a511dde27adcd2a79b2bb03 Author: Maciej Barć gentoo org> AuthorDate: Sun Mar 26 00:24:30 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Mar 26 00:24:30 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=c7440818 bump to 2.0.3 Signed-off-by: Maciej Barć gentoo.org> ebuild-snippets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-snippets.el b/ebuild-snippets.el index 5b56bef..004b893 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -49,7 +49,7 @@ (require 'yasnippet) -(defconst ebuild-snippets-version "2.0.2" +(defconst ebuild-snippets-version "2.0.3" "Ebuild-Snippets version.")