~ppsspp/ppsspp/debian-sdl-wily

« back to all changes in this revision

Viewing changes to patches/07_version.patch

  • Committer: Sérgio Benjamim
  • Date: 2015-10-12 21:53:33 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20151012215333-egodepa9co5bkfo3
Bump to 1.1.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
--- ppsspp-git.orig/Qt/Settings.pri     2015-10-04 12:46:16.070640093 -0300
4
4
+++ ppsspp-git/Qt/Settings.pri  2015-10-04 18:36:17.306779600 -0300
5
5
@@ -1,4 +1,4 @@
6
 
-VERSION = 1.1.0.0
7
 
+VERSION = 1.1.0
 
6
-VERSION = 1.1.1.0
 
7
+VERSION = 1.1.1
8
8
 DEFINES += USING_QT_UI USE_FFMPEG
9
9
 
10
10
 exists( /usr/include/snappy-c.h ) {
15
15
@@ -1,5 +1,5 @@
16
16
 set(GIT_VERSION_FILE "${SOURCE_DIR}/git-version.cpp")
17
17
-set(GIT_VERSION "unknown")
18
 
+set(GIT_VERSION "1.1.0")
 
18
+set(GIT_VERSION "1.1.1")
19
19
 set(GIT_VERSION_UPDATE "1")
20
20
 
21
21
 find_package(Git)