Skip to content

Commit 86c3190

Browse files
Bump version number.
1 parent 7862e1c commit 86c3190

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(EVENT MSG*)
88

99
set(SO${GUI}_MAJOR_VERSION 1)
1010
set(SO${GUI}_MINOR_VERSION 6)
11-
set(SO${GUI}_MICRO_VERSION 2)
11+
set(SO${GUI}_MICRO_VERSION 3)
1212
set(SO${GUI}_BETA_VERSION)
1313
set(SO${GUI}_VERSION ${SO${GUI}_MAJOR_VERSION}.${SO${GUI}_MINOR_VERSION}.${SO${GUI}_MICRO_VERSION}${SO${GUI}_BETA_VERSION})
1414

Makefile.am

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile.in

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.6.2-{branch}-ci-{build}
1+
version: 1.6.3-{branch}-ci-{build}
22

33
branches:
44
only:
@@ -15,8 +15,8 @@ matrix:
1515
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
1616

1717
environment:
18-
COIN_VERSION: 4.0.3
19-
SUPERGLU_VERSION: 1.3.2
18+
COIN_VERSION: 4.0.4
19+
SUPERGLU_VERSION: 1.3.3
2020
GH_AUTH_TOKEN:
2121
secure: 850frgRGZcc4Cljd2P7Ej68no4/kkl4EMB+DjnX725wcKBRJuFk/kGRdJGyKXd2u
2222
matrix:

configure

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)