Update versions for new development.
This commit is contained in:
parent
93681b0137
commit
f75d394683
|
@ -1,14 +1,10 @@
|
|||
---
|
||||
title: Release 0.41
|
||||
short-description: Release notes for 0.41 (preliminary)
|
||||
short-description: Release notes for 0.41
|
||||
...
|
||||
|
||||
**Preliminary, 0.41.0 has not been released yet.**
|
||||
|
||||
# New features
|
||||
|
||||
Add features here as code is merged to master.
|
||||
|
||||
## Dependency Handler for LLVM
|
||||
|
||||
Native support for linking against LLVM using the `dependency` function.
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Release 0.42
|
||||
short-description: Release notes for 0.42 (preliminary)
|
||||
...
|
||||
|
||||
**Preliminary, 0.42.0 has not been released yet.**
|
||||
|
||||
# New features
|
||||
|
||||
Add features here as code is merged to master.
|
|
@ -58,6 +58,7 @@ index.md
|
|||
Shipping-prebuilt-binaries-as-wraps.md
|
||||
fallback-wraptool.md
|
||||
Release-notes.md
|
||||
Release-notes-for-0.42.0.md
|
||||
Release-notes-for-0.41.0.md
|
||||
Release-notes-for-0.40.0.md
|
||||
Release-notes-for-0.39.0.md
|
||||
|
|
|
@ -19,7 +19,7 @@ from .mesonlib import MesonException, commonpath
|
|||
from .mesonlib import default_libdir, default_libexecdir, default_prefix
|
||||
import ast
|
||||
|
||||
version = '0.41.0'
|
||||
version = '0.42.0.dev1'
|
||||
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
|
||||
|
||||
class UserOption:
|
||||
|
|
Loading…
Reference in New Issue