mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-09 17:18:25 +00:00
Update versions for new development.
This commit is contained in:
@@ -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.
|
||||
|
||||
10
docs/markdown/Release-notes-for-0.42.0.md
Normal file
10
docs/markdown/Release-notes-for-0.42.0.md
Normal file
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user