Skip to content

Commit

Permalink
Update version in appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Mar 22, 2020
1 parent 8de50f6 commit a860a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.1.0-build{build}
version: 3.1.1-build{build}
skip_non_tags: true
clone_depth: 1

Expand All @@ -14,7 +14,7 @@ matrix:
fast_finish: true

environment:
bit7z_version: 3.1.0
bit7z_version: 3.1.1

matrix:
- name: msvc_x86 # MSVC x86
Expand Down
2 changes: 1 addition & 1 deletion bit7z.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#VERSION = 3.1.0
#VERSION = 3.1.1
TEMPLATE = lib
CONFIG += staticlib
CONFIG -= app_bundle
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = bit7z
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v3.1.0
PROJECT_NUMBER = v3.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit a860a83

Please sign in to comment.