diff mbox

[5/5] build: Bump the version to 2.4.61

Message ID 1427749208-8961-6-git-send-email-anuj.phogat@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Anuj Phogat March 30, 2015, 9 p.m. UTC
This is required due to new macros added to i915_drm.h.
These macros are used by i965 driver.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lespiau, Damien March 31, 2015, 2:28 p.m. UTC | #1
On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote:
> This is required due to new macros added to i915_drm.h.
> These macros are used by i965 driver.
> 
> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
> ---

Hi,

Bumping the libdrm number is done when releasing, so we can't quite take
patches like this unless we're doing a release just after applying them.
Usually the person doing the release bumps the version number at the
same time.
Anuj Phogat March 31, 2015, 5:51 p.m. UTC | #2
On Tue, Mar 31, 2015 at 7:28 AM, Damien Lespiau
<damien.lespiau@intel.com> wrote:
> On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote:
>> This is required due to new macros added to i915_drm.h.
>> These macros are used by i965 driver.
>>
>> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
>> ---
>
> Hi,
>
> Bumping the libdrm number is done when releasing, so we can't quite take
> patches like this unless we're doing a release just after applying them.
> Usually the person doing the release bumps the version number at the
> same time.
OK.
>
> --
> Damien
>
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 155d577..17c0e71 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -20,7 +20,7 @@
>>
>>  AC_PREREQ([2.63])
>>  AC_INIT([libdrm],
>> -        [2.4.60],
>> +        [2.4.61],
>>          [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
>>          [libdrm])
>>
>> --
>> 2.3.4
>>
>> _______________________________________________
>> Intel-gfx mailing list
>> Intel-gfx@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
Daniel Vetter April 1, 2015, 6:13 a.m. UTC | #3
On Tue, Mar 31, 2015 at 10:51:12AM -0700, Anuj Phogat wrote:
> On Tue, Mar 31, 2015 at 7:28 AM, Damien Lespiau
> <damien.lespiau@intel.com> wrote:
> > On Mon, Mar 30, 2015 at 02:00:08PM -0700, Anuj Phogat wrote:
> >> This is required due to new macros added to i915_drm.h.
> >> These macros are used by i965 driver.
> >>
> >> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
> >> ---
> >
> > Hi,
> >
> > Bumping the libdrm number is done when releasing, so we can't quite take
> > patches like this unless we're doing a release just after applying them.
> > Usually the person doing the release bumps the version number at the
> > same time.
> OK.

Also this is all done by the release script to make sure it follows
procedure and nothing is forgotten (like building&uploading tarballs and
sending out the release announcement).
-Daniel
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 155d577..17c0e71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ 
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-        [2.4.60],
+        [2.4.61],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
         [libdrm])