Skip to content

Commit 4baa2ae

Browse files
Version bump
1 parent c51d956 commit 4baa2ae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
33
:alt: Github Actions
44

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
77
:alt: Github Actions
88

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
1111
:alt: Github Actions
1212

1313
Nsound, a C++ framework for synthesizing sound

SConstruct

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ PACKAGE_NAME = "Nsound"
3838

3939
VERSION_A = "0"
4040
VERSION_B = "9"
41-
VERSION_C = "5"
41+
VERSION_C = "6"
4242

43-
DEVELOPMENMT = False
43+
DEVELOPMENMT = True
4444

4545
PACKAGE_VERSION = "%s.%s.%s" % (VERSION_A, VERSION_B, VERSION_C)
4646

4747
if DEVELOPMENMT:
48-
PACKAGE_VERSION += ".dev10"
48+
PACKAGE_VERSION += ".dev1"
4949

5050
PACKAGE_RELEASE = PACKAGE_NAME + "-" + PACKAGE_VERSION
5151

0 commit comments

Comments
 (0)