File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml/badge.svg?branch=release/0.9.5
2
- :target: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml?query=workflow%3Alinux +branch%3Arelease%2F0.9.5
1
+ .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml/badge.svg?branch=master
2
+ :target: https://github.com/weegreenblobbie/nsound/actions/workflows/linux.yaml?query=workflow:linux +branch:master
3
3
:alt: Github Actions
4
4
5
- .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml/badge.svg?branch=release/0.9.5
6
- :target: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml?query=workflow%3Amacos +branch%3Arelease%2F0.9.5
5
+ .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml/badge.svg?branch=master
6
+ :target: https://github.com/weegreenblobbie/nsound/actions/workflows/macos.yaml?query=workflow:macos +branch:master
7
7
:alt: Github Actions
8
8
9
- .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml/badge.svg?query=branch:release/0.9.5
10
- :target: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml?query=workflow:windows+branch:release/0.9.5
9
+ .. image :: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml/badge.svg?query=branch:master
10
+ :target: https://github.com/weegreenblobbie/nsound/actions/workflows/windows.yaml?query=workflow:windows+branch:master
11
11
:alt: Github Actions
12
12
13
13
Nsound, a C++ framework for synthesizing sound
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ PACKAGE_NAME = "Nsound"
38
38
39
39
VERSION_A = "0"
40
40
VERSION_B = "9"
41
- VERSION_C = "5 "
41
+ VERSION_C = "6 "
42
42
43
- DEVELOPMENMT = False
43
+ DEVELOPMENMT = True
44
44
45
45
PACKAGE_VERSION = "%s.%s.%s" % (VERSION_A , VERSION_B , VERSION_C )
46
46
47
47
if DEVELOPMENMT :
48
- PACKAGE_VERSION += ".dev10 "
48
+ PACKAGE_VERSION += ".dev1 "
49
49
50
50
PACKAGE_RELEASE = PACKAGE_NAME + "-" + PACKAGE_VERSION
51
51
You can’t perform that action at this time.
0 commit comments