Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Sep 23, 2019
1 parent 1c4fbfd commit af46e2c
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:
- sudo Xvfb :99 -ac &
- export DISPLAY=:99.0
- mkdir ${SOURCE_DIR}/Tools
- export VERSION="v0.2.5"
- export VERSION="v0.2.6"

install:
- cd ${SOURCE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion App/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.KangLinStudio.TasksApp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.2.5" android:versionCode="0" android:installLocation="auto">
<manifest package="org.KangLinStudio.TasksApp" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.2.6" android:versionCode="0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CONFIGURE_FILE(
ADD_CUSTOM_TARGET(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake")

SET(BUILD_VERSION "v0.2.5")
SET(BUILD_VERSION "v0.2.6")
# Find Git Version Patch
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion Install/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Tasks"
!define PRODUCT_APP_NAME "TasksApp"
!define PRODUCT_VERSION "v0.2.5"
!define PRODUCT_VERSION "v0.2.6"
!define PRODUCT_PUBLISHER "KangLin studio"
!define PRODUCT_WEB_SITE "https://github.com/KangLin/${PRODUCT_NAME}"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_NAME}.exe"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ please compile and test the students with the corresponding equipment.
### [Download setup package](https://github.com/KangLin/Tasks/releases/latest)

- linux
- [Tasks_v0.2.5.tar.gz](https://github.com/KangLin/Tasks/releases/download/v0.2.5/Tasks_v0.2.5.tar.gz)
- [Tasks_v0.2.6.tar.gz](https://github.com/KangLin/Tasks/releases/download/v0.2.6/Tasks_v0.2.6.tar.gz)
The AppImage format executable can be run directly on the Linux system, see: https://appimage.org/
Usage:
1. Decompress. Copy Tasks_v0.2.5.tar.gz to install directory, then decompress it:
1. Decompress. Copy Tasks_v0.2.6.tar.gz to install directory, then decompress it:

mkdir Tasks
cd Tasks
cp $DOWNLOAD/Tasks_v0.2.5.tar.gz .
tar xvfz Tasks_v0.2.5.tar.gz
cp $DOWNLOAD/Tasks_v0.2.6.tar.gz .
tar xvfz Tasks_v0.2.6.tar.gz

2. install

Expand All @@ -73,15 +73,15 @@ please compile and test the students with the corresponding equipment.
./install.sh remove

- ubuntu
- [tasks_0.2.5_amd64.deb](https://github.com/KangLin/Tasks/releases/download/v0.2.5/tasks_0.2.5_amd64.deb)
- [tasks_0.2.6_amd64.deb](https://github.com/KangLin/Tasks/releases/download/v0.2.6/tasks_0.2.6_amd64.deb)
Deb installation package for Ubuntu

- windows
- [Tasks-Setup-v0.2.5.exe](https://github.com/KangLin/Tasks/releases/download/v0.2.5/Tasks-Setup-v0.2.5.exe)
- [Tasks-Setup-v0.2.6.exe](https://github.com/KangLin/Tasks/releases/download/v0.2.6/Tasks-Setup-v0.2.6.exe)
Windows installation package, support for Windows xp and above

- android
+ [android-build-debug.apk](https://github.com/KangLin/Tasks/releases/download/v0.2.5/android-build-debug.apk)
+ [android-build-debug.apk](https://github.com/KangLin/Tasks/releases/download/v0.2.6/android-build-debug.apk)


### Depend
Expand Down
14 changes: 7 additions & 7 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Mac os 和 IOS ,本人没有相应设备,请有相应设备的同学自己
### [下载安装包](https://github.com/KangLin/Tasks/releases/latest)

- linux
- [Tasks_v0.2.5.tar.gz](https://github.com/KangLin/Tasks/releases/download/v0.2.5/Tasks_v0.2.5.tar.gz)
- [Tasks_v0.2.6.tar.gz](https://github.com/KangLin/Tasks/releases/download/v0.2.6/Tasks_v0.2.6.tar.gz)
AppImage格式的执行程序,可直接运行在linux系统,详见:https://appimage.org/
使用:
1. 解压。复制Tasks_v0.2.5.tar.gz到安装目录,然后解压:
1. 解压。复制Tasks_v0.2.6.tar.gz到安装目录,然后解压:

mkdir Tasks
cd Tasks
cp $DOWNLOAD/Tasks_v0.2.5.tar.gz .
tar xvfz Tasks_v0.2.5.tar.gz
cp $DOWNLOAD/Tasks_v0.2.6.tar.gz .
tar xvfz Tasks_v0.2.6.tar.gz

2. 安装

Expand All @@ -72,15 +72,15 @@ Mac os 和 IOS ,本人没有相应设备,请有相应设备的同学自己
./install.sh remove

- ubuntu
- [tasks_0.2.5_amd64.deb](https://github.com/KangLin/Tasks/releases/download/v0.2.5/tasks_0.2.5_amd64.deb)
- [tasks_0.2.6_amd64.deb](https://github.com/KangLin/Tasks/releases/download/v0.2.6/tasks_0.2.6_amd64.deb)
deb 安装包,可用于 Ubuntu

- windows
- [Tasks-Setup-v0.2.5.exe](https://github.com/KangLin/Tasks/releases/download/v0.2.5/Tasks-Setup-v0.2.5.exe)
- [Tasks-Setup-v0.2.6.exe](https://github.com/KangLin/Tasks/releases/download/v0.2.6/Tasks-Setup-v0.2.6.exe)
Windows安装包,支持 Windows xp 以上系统

- android
+ [android-build-debug.apk](https://github.com/KangLin/Tasks/releases/download/v0.2.5/android-build-debug.apk)
+ [android-build-debug.apk](https://github.com/KangLin/Tasks/releases/download/v0.2.6/android-build-debug.apk)

### 依赖
- [Qt (LGPL v2.1)](http://qt.io/)
Expand Down
2 changes: 1 addition & 1 deletion Update/update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<REDIRECT>
<VERSION>v0.2.5</VERSION>
<VERSION>v0.2.6</VERSION>
</REDIRECT>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#TODO: Change version
version: 'v0.2.5.{build}'
version: 'v0.2.6.{build}'

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ case ${BUILD_TARGERT} in
;;
esac

export VERSION="v0.2.5"
export VERSION="v0.2.6"
if [ "${BUILD_TARGERT}" = "unix" ]; then
cd $SOURCE_DIR
bash build_debpackage.sh ${QT_ROOT}
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tasks (0.2.5) stable; urgency=medium
tasks (0.2.6) stable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: main
Priority: optional
Maintainer: Kang Lin <[email protected]>
Build-Depends: debhelper (>= 6)
Standards-Version:"v0.2.5"
Standards-Version:"v0.2.6"
Homepage: https://github.com/KangLin/Tasks
Vcs-Git: https://github.com/KangLin/Tasks.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/Tasks.git
Expand Down
2 changes: 1 addition & 1 deletion pri/Common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ isEmpty(BUILD_VERSION) {
}
}
isEmpty(BUILD_VERSION){
BUILD_VERSION="v0.2.5"
BUILD_VERSION="v0.2.6"
}
message("Tasks BUILD_VERSION:$$BUILD_VERSION")
DEFINES += BUILD_VERSION=\"\\\"$$quote($$BUILD_VERSION)\\\"\"
Expand Down

0 comments on commit af46e2c

Please sign in to comment.