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 02148158010 for ; Fri, 10 Feb 2023 13:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32E40E082B; Fri, 10 Feb 2023 13:32:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 208C2E082B for ; Fri, 10 Feb 2023 13:32:54 +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 38AB5340D59 for ; Fri, 10 Feb 2023 13:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37F18A7 for ; Fri, 10 Feb 2023 13:32:51 +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: <1676035945.4c105fe5d1ce53538bf854cccd6737b0a05be917.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-openrc:master commit in: / X-VCS-Repository: proj/emacs-openrc X-VCS-Files: openrc.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4c105fe5d1ce53538bf854cccd6737b0a05be917 X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:32:51 +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: 55f91b17-0f85-4e75-908b-4eed6c5de3fb X-Archives-Hash: 9ee1c8a046a321c7cbe291d32b81f935 commit: 4c105fe5d1ce53538bf854cccd6737b0a05be917 Author: Maciej Barć gentoo org> AuthorDate: Fri Feb 10 13:32:25 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Feb 10 13:32:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-openrc.git/commit/?id=4c105fe5 openrc.el: bump to 1.0.0 Signed-off-by: Maciej Barć gentoo.org> openrc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openrc.el b/openrc.el index 7ee20ea..0f949eb 100644 --- a/openrc.el +++ b/openrc.el @@ -23,7 +23,7 @@ ;; Keywords: processes ;; Maintainer: ;; Package-Requires: ((emacs "24.3")) -;; Version: 0.0.0 +;; Version: 1.0.0 @@ -51,7 +51,7 @@ ;; - rc-update show -v -(defconst openrc-version "0.0.0" +(defconst openrc-version "1.0.0" "Emacs-Openrc version.") (defgroup openrc nil