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 AA67E138010 for ; Fri, 2 Nov 2012 21:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4572B21C003; Fri, 2 Nov 2012 21:42:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADAE021C003 for ; Fri, 2 Nov 2012 21:41:59 +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 F0FE333D81F for ; Fri, 2 Nov 2012 21:41:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9344BE544B for ; Fri, 2 Nov 2012 21:41:56 +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: <1351892337.5cf5308ab430c60e21bb769f8ee0d860ee15c497.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: Makefile.inc X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5cf5308ab430c60e21bb769f8ee0d860ee15c497 X-VCS-Branch: master Date: Fri, 2 Nov 2012 21:41:56 +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: 6b53e0f2-2351-4253-845b-ee8e5dacfbaf X-Archives-Hash: a640c5cc63410c9eb8225cb3937caff5 commit: 5cf5308ab430c60e21bb769f8ee0d860ee15c497 Author: William Hubbs gmail com> AuthorDate: Fri Nov 2 21:38:57 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Nov 2 21:38:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5cf5308a increment version I have learned that it is better to increment the version early. This way keeps track of the version that is being worked on on the branch and the tag marks when the release actually happens. --- Makefile.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index d2fc52c..e53b580 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,3 +1,3 @@ NAME= openrc -VERSION= 0.11 +VERSION= 0.12 PKG= ${NAME}-${VERSION}