From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 51C2D138010 for ; Tue, 23 Oct 2012 16:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA84E04C1; Tue, 23 Oct 2012 16:01:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 32683E04C1 for ; Tue, 23 Oct 2012 16:01:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E06D33D7F4 for ; Tue, 23 Oct 2012 16:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 083ADE5436 for ; Tue, 23 Oct 2012 16:01:46 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1351008077.5c88306cacc153bf54822fcf3511fc430160976d.fuzzyray@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: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 5c88306cacc153bf54822fcf3511fc430160976d X-VCS-Branch: master Date: Tue, 23 Oct 2012 16:01:46 +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-Archives-Salt: babcf85e-7ace-4860-951a-3b57f015727f X-Archives-Hash: 82441144e72e55272f3ba3ca8be9be36 commit: 5c88306cacc153bf54822fcf3511fc430160976d Author: Paul Varner gentoo org> AuthorDate: Tue Oct 23 16:01:17 2012 +0000 Commit: Paul Varner gentoo org> CommitDate: Tue Oct 23 16:01:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=5c88306c Change version in configure.ac to "git". --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d472213..fa17bd3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([ufed],[0.40.1],[https://bugs.gentoo.org/]) +AC_INIT([ufed],[git],[https://bugs.gentoo.org/]) AM_INIT_AUTOMAKE([foreign -Wall -Werror]) AC_CONFIG_SRCDIR([ufed-curses.c]) AC_CONFIG_HEADERS([config.h])