Skip to content

Commit 0844f0c

Browse files
committed
version bump to 0.9.6
1 parent 296ddd2 commit 0844f0c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/abdes/asap")
5858
set(META_AUTHOR_MAINTAINER "Abdessattar Sassi (abde.sassi gmail account)")
5959
set(META_VERSION_MAJOR "0")
6060
set(META_VERSION_MINOR "9")
61-
set(META_VERSION_PATCH "5")
61+
set(META_VERSION_PATCH "6")
6262
set(META_VERSION_REVISION "${GIT_REV}")
6363
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
6464
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
| Windows | [![Windows][21]][20] |
1212

1313
[0]: https://travis-ci.org/abdes/asap_app_imgui
14-
[9]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/9
15-
[10]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/10
16-
[11]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/11
17-
[12]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/12
18-
[13]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/develop/13
14+
[9]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/9
15+
[10]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/10
16+
[11]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/11
17+
[12]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/12
18+
[13]: https://travis-matrix-badges.herokuapp.com/repos/abdes/asap_app_imgui/branches/master/13
1919
[20]: https://ci.appveyor.com/project/abdes/asap-app-imgui
20-
[21]: https://ci.appveyor.com/api/projects/status/qoaae14rw3cyivgq/branch/develop?svg=true
20+
[21]: https://ci.appveyor.com/api/projects/status/qoaae14rw3cyivgq/branch/master?svg=true
2121

2222
# Starter project with minimum necessary functionality
2323

0 commit comments

Comments
 (0)