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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 060DD138334 for ; Fri, 27 Sep 2019 06:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 588B0E08A2; Fri, 27 Sep 2019 06:43:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42FE5E08A2 for ; Fri, 27 Sep 2019 06:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D89334B62B for ; Fri, 27 Sep 2019 06:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB3E6779 for ; Fri, 27 Sep 2019 06:42:58 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1569566532.6bc38442b022588b18577962c56d05cfb7fceede.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: 6bc38442b022588b18577962c56d05cfb7fceede X-VCS-Branch: master Date: Fri, 27 Sep 2019 06:42:58 +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: 446a3915-081d-4047-baec-80f8c375edea X-Archives-Hash: 378d1005e907af2bc366d2c7ee68b9e5 commit: 6bc38442b022588b18577962c56d05cfb7fceede Author: Sven Eden gmx net> AuthorDate: Fri Sep 27 06:38:50 2019 +0000 Commit: Sven Eden gmx de> CommitDate: Fri Sep 27 06:42:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/ufed.git/commit/?id=6bc38442 Version 0.95 Release Closes: https://bugs.gentoo.org/695262 Signed-off-by: Sven Eden gmx.net> configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a8eda7f..5a93678 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([ufed],[git],[https://bugs.gentoo.org/]) +AC_INIT([ufed],[0.95],[https://bugs.gentoo.org/]) AM_INIT_AUTOMAKE([1.14 -Wall foreign dist-bzip2 no-dist-gzip subdir-objects]) AC_CONFIG_SRCDIR([ufed-curses.c]) AC_CONFIG_HEADERS([config.h])