Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Fri, 02 Nov 2012 21:42:14
Message-Id: 1351892337.5cf5308ab430c60e21bb769f8ee0d860ee15c497.WilliamH@OpenRC
1 commit: 5cf5308ab430c60e21bb769f8ee0d860ee15c497
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 2 21:38:57 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 21:38:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=5cf5308a
7
8 increment version
9
10 I have learned that it is better to increment the version early. This
11 way keeps track of the version that is being worked on on the branch and
12 the tag marks when the release actually happens.
13
14 ---
15 Makefile.inc | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/Makefile.inc b/Makefile.inc
19 index d2fc52c..e53b580 100644
20 --- a/Makefile.inc
21 +++ b/Makefile.inc
22 @@ -1,3 +1,3 @@
23 NAME= openrc
24 -VERSION= 0.11
25 +VERSION= 0.12
26 PKG= ${NAME}-${VERSION}