Skip to content

Commit

Permalink
bumped version to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Sep 10, 2018
1 parent 7a25dfc commit 12d5c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(android-file-transfer)

set(VERSION_MAJOR "3")
set(VERSION_MINOR "3")
set(VERSION_MINOR "5")
set(VERSION_PATCH "0")
set(VERSION_COUNT 3)
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Android File Transfer For Linux (and Mac OS X!)

[![License](http://img.shields.io/:license-LGPLv2.1-blue.svg)](https://github.com/whoozle/android-file-transfer-linux/blob/master/LICENSE)
[![Version](http://img.shields.io/:version-3.4-green.svg)](https://github.com/whoozle/android-file-transfer-linux)
[![Version](http://img.shields.io/:version-3.5-green.svg)](https://github.com/whoozle/android-file-transfer-linux)
[![Build Status](https://travis-ci.org/whoozle/android-file-transfer-linux.svg?branch=master)](https://travis-ci.org/whoozle/android-file-transfer-linux)

Android File Transfer for Linux — reliable MTP client with minimalistic UI similar to [Android File Transfer for Mac](https://www.android.com/intl/en_us/filetransfer/).
Expand Down

0 comments on commit 12d5c44

Please sign in to comment.