Skip to content

Commit 7a7fd22

Browse files
Bump version number
1 parent 82274e4 commit 7a7fd22

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.0)
22

3-
project(superglu VERSION 1.3.0)
3+
project(superglu VERSION 1.3.1)
44
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
55

66
string(TIMESTAMP SUPERGLU_BUILD_YEAR "%Y")

appveyor.yml

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

33
branches:
44
only:
@@ -144,7 +144,7 @@ before_build:
144144
sha256sum -b $BUILD_SOURCE_ARCHIVE > $BUILD_SOURCE_ARCHIVE.sha256
145145
export CFLAGS=$CMAKE_ARCH_FLAGS
146146
export CXXFLAGS=$CMAKE_ARCH_FLAGS
147-
cmake -H. -Bbuild_debug -G "$CMAKE_GENERATOR" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_POSITION_INDEPENDENT_CODE=true -DCMAKE_INSTALL_PREFIX=$APPVEYOR_BUILD_FOLDER/Coin3D
147+
#cmake -H. -Bbuild_debug -G "$CMAKE_GENERATOR" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_POSITION_INDEPENDENT_CODE=true -DCMAKE_INSTALL_PREFIX=$APPVEYOR_BUILD_FOLDER/Coin3D
148148
cmake -H. -Bbuild_release -G "$CMAKE_GENERATOR" -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=true -DCMAKE_INSTALL_PREFIX=$APPVEYOR_BUILD_FOLDER/Coin3D
149149
150150
build_script:
@@ -156,7 +156,7 @@ build_script:
156156
if not "%CMAKE_GENERATOR%" == "MSYS Makefiles" cmake --build build --target INSTALL --config Release -- %BUILD_TOOL_OPTIONS%
157157
- sh: |
158158
BUILD_TOOL_OPTIONS=-j4
159-
cmake --build build_debug --target install --config Debug -- $BUILD_TOOL_OPTIONS
159+
#cmake --build build_debug --target install --config Debug -- $BUILD_TOOL_OPTIONS
160160
cmake --build build_release --target install --config Release -- $BUILD_TOOL_OPTIONS
161161
162162
after_build:

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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)