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 5CCF61386E8 for ; Sun, 27 Jan 2013 18:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 651D021C010; Sun, 27 Jan 2013 18:56:59 +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 EF6D421C035 for ; Sun, 27 Jan 2013 18:56:58 +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 D2D2933DB47 for ; Sun, 27 Jan 2013 18:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 393F4E4073 for ; Sun, 27 Jan 2013 18:56: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: <1359311335.ad1872d1583f9ef0d608322d60af053f9b759d98.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: ad1872d1583f9ef0d608322d60af053f9b759d98 X-VCS-Branch: master Date: Sun, 27 Jan 2013 18:56: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: 63f3e98a-3cc1-4871-ac2b-86612f59153e X-Archives-Hash: a3a599f55e6695dd78a730a32af7762a commit: ad1872d1583f9ef0d608322d60af053f9b759d98 Author: William Hubbs gentoo org> AuthorDate: Sun Jan 27 18:27:00 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jan 27 18:28:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=ad1872d1 increment version --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a1c37cf..17d82c8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = udev-init-scripts -VERSION = 21 +VERSION = 22 DISTNAME = $(PACKAGE)-$(VERSION) LIBUDEV ?= $(shell pkg-config udev --variable=udevdir)