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 810CB15864F for ; Sun, 26 Mar 2023 00:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A25E077F; Sun, 26 Mar 2023 00:27:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A89BE077F for ; Sun, 26 Mar 2023 00:27:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD763411A4 for ; Sun, 26 Mar 2023 00:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C236594B for ; Sun, 26 Mar 2023 00:27:00 +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: <1679790408.5fce788eddaf683d4a889cb3b1cef2e6dd7467c0.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: 5fce788eddaf683d4a889cb3b1cef2e6dd7467c0 X-VCS-Branch: master Date: Sun, 26 Mar 2023 00:27:00 +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: f3e1c2b7-83d4-41c1-93bb-216daf141916 X-Archives-Hash: 63cc46c0780e0d0d8f820a615d94832a commit: 5fce788eddaf683d4a889cb3b1cef2e6dd7467c0 Author: Maciej Barć gentoo org> AuthorDate: Sun Mar 26 00:26:48 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Mar 26 00:26:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=5fce788e bump to 2.0.4 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 ffdb491..1985522 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć ;; Created: 27 Feb 2023 -;; Version: 2.0.3 +;; Version: 2.0.4 ;; 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.3" +(defconst ebuild-snippets-version "2.0.4" "Ebuild-Snippets version.")