Skip to content

Commit 997ab2c

Browse files
author
Xan Lopez
committed
2011-04-15 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson. * configure.ac: bump to 1.5.0, 1.4.0 will be released from a branch and was already cut off. Canonical link: https://commits.webkit.org/73788@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84047 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 7d22f50 commit 997ab2c

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2011-04-15 Xan Lopez <xlopez@igalia.com>
2+
3+
Reviewed by Martin Robinson.
4+
5+
* configure.ac: bump to 1.5.0, 1.4.0 will be released from a
6+
branch and was already cut off.
7+
18
2011-04-15 Anna Cavender <annacc@chromium.org>
29

310
Reviewed by Eric Carlson.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AC_PREREQ(2.59)
22

33
m4_define([webkit_major_version], [1])
4-
m4_define([webkit_minor_version], [3])
5-
m4_define([webkit_micro_version], [13])
4+
m4_define([webkit_minor_version], [5])
5+
m4_define([webkit_micro_version], [0])
66

77
# This is the version we'll be using as part of our User-Agent string
88
# e.g., AppleWebKit/$(webkit_user_agent_version) ...

0 commit comments

Comments
 (0)