Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Make new canary version 1.28.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
darktears committed Aug 8, 2013
1 parent fa096d1 commit 7cd52ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR=1
MINOR=28
BUILD=1
BUILD=2
PATCH=0

8 changes: 4 additions & 4 deletions packaging/crosswalk.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: crosswalk
Version: 1.28.1.0
Version: 1.28.2.0
Release: 0
Summary: Crosswalk is an app runtime based on Chromium
# License: (BSD-3-Clause and LGPL-2.1+)
Expand All @@ -9,9 +9,9 @@ Url: https://github.com/otcshare/crosswalk
Source: %{name}-%{version}.tar
Source1: xwalk
Source1001: crosswalk.manifest
Patch1: %{name}-%{version}-do-not-look-for-gtk2-when-using-aura.patch
Patch2: %{name}-%{version}-pull-request-40.patch
Patch3: %{name}-%{version}-look-for-pvr-libGLESv2.so.patch
Patch1: %{name}-1.28-do-not-look-for-gtk2-when-using-aura.patch
Patch2: %{name}-1.28-pull-request-40.patch
Patch3: %{name}-1.28-look-for-pvr-libGLESv2.so.patch

BuildRequires: bison
BuildRequires: bzip2-devel
Expand Down
3 changes: 1 addition & 2 deletions xwalk.gyp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
'variables': {
'xwalk_product_name': 'XWalk',
# TODO: define xwalk version format.
'xwalk_version': '1.28.1.0',
'xwalk_version': '1.28.2.0',
'conditions': [
['OS=="linux"', {
'use_custom_freetype%': 1,
Expand Down

0 comments on commit 7cd52ec

Please sign in to comment.