File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DATE = $(shell date "+%Y%m%d")
5
5
VER = $(shell cat version.txt)
6
6
7
7
# The command to replace the @VERSION in the files with the actual version
8
- SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git Build\n * Git Info SHA1: % H Date: % cd ") /"
8
+ SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git || Date: % cd Info SHA1: % H") /"
9
9
deploy : SED_VER = sed "s/@VERSION/${VER}/"
10
10
11
11
# The version of jQuery core used
Original file line number Diff line number Diff line change 1
1
/*!
2
- * jQuery Mobile v Git Build
3
- * Git Info SHA1: 1a405c488cc1ab4bf7322fb2aa14040c2b083aea Date: Mon Aug 22 04:50:18 2011 -0700
4
- * http://jquerymobile.com/
5
- *
6
- * Copyright 2010, jQuery Project
7
- * Dual licensed under the MIT or GPL Version 2 licenses.
8
- * http://jquery.org/license
9
- */
10
- /*
11
2
* jQuery Mobile Framework
12
3
* Copyright (c) jQuery Project
13
4
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
You can’t perform that action at this time.
0 commit comments