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 A8001138862 for ; Mon, 4 Feb 2013 21:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D619E001C; Mon, 4 Feb 2013 21:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1356E001C for ; Mon, 4 Feb 2013 21:43:57 +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 C91E433DE17 for ; Mon, 4 Feb 2013 21:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 639C5E4073 for ; Mon, 4 Feb 2013 21:43:55 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1360014166.8449b2c141efd76153280652f48328fcedc6cf11.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: / X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 8449b2c141efd76153280652f48328fcedc6cf11 X-VCS-Branch: master Date: Mon, 4 Feb 2013 21:43:55 +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: da6e5680-3e3b-4035-9850-8fd9e5a9383d X-Archives-Hash: fe6522b150318d4fdae95ba02002c27d commit: 8449b2c141efd76153280652f48328fcedc6cf11 Author: William Hubbs gentoo org> AuthorDate: Mon Feb 4 21:42:46 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 4 21:42:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=8449b2c1 increment version --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 17d82c8..2d1de9d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = udev-init-scripts -VERSION = 22 +VERSION = 23 DISTNAME = $(PACKAGE)-$(VERSION) LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)