Skip to content

Commit 16b7ae9

Browse files
committed
Bump version to 0.1.6.
1 parent 80c40c8 commit 16b7ae9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = "Bullet Physics Playground"
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = "0.1.5"
34+
PROJECT_NUMBER = "0.1.6"
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

demo/basic/04-dice.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ v:add(p)
2525

2626
v:add(text.new({ str = "Bullet Physics Playground",
2727
size = 1, height = .1, y = 8, z = -2}))
28-
txt = text.new({ str = "version 0.1.5",
28+
txt = text.new({ str = "version 0.1.6",
2929
size = 1, height = .1, y = 6, z = -2})
3030
v:add(txt)
3131

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define APP_VERSION QString("v0.1.5")
1+
#define APP_VERSION QString("v0.1.6")
22
#define APP_NAME QString("bpp")
33
#define APP_NAME_FULL tr("Bullet Physics Playground")
44
#define APP_ORGANIZATION QString("bullet-physics-playground.github.io")

0 commit comments

Comments
 (0)