Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit b916940

Browse files
committed
build: Bump to 0.13
1 parent d0bb721 commit b916940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
AC_PREREQ(2.68)
2222

2323
AC_INIT([rtkit],
24-
[0.12],
24+
[0.13],
2525
[mzegxvg (at) 0pointer (dot) net],
2626
[rtkit],
2727
[http://git.0pointer.de/?p=rtkit.git])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'rtkit', 'c',
3-
version: '0.12',
3+
version: '0.13',
44
license: 'GPL3',
55
meson_version: '>=0.49.0',
66
default_options: ['c_std=c99', 'warning_level=2'],

0 commit comments

Comments
 (0)