Skip to content

Commit

Permalink
Bump version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Dec 18, 2016
1 parent c8ca284 commit d942243
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ graft cross
graft data
graft graphics
graft man
graft syntax-highlighting
graft tools
include authors.txt
include contributing.txt
Expand Down
2 changes: 1 addition & 1 deletion man/meson.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESON "1" "November 2016" "meson 0.36.0" "User Commands"
.TH MESON "1" "December 2016" "meson 0.37.0" "User Commands"
.SH NAME
meson - a high productivity build system
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/mesonconf.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESONCONF "1" "November 2016" "mesonconf 0.36.0" "User Commands"
.TH MESONCONF "1" "December 2016" "mesonconf 0.37.0" "User Commands"
.SH NAME
mesonconf - a tool to configure Meson builds
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/mesonintrospect.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MESONCONF "1" "November 2016" "mesonintrospect 0.36.0" "User Commands"
.TH MESONCONF "1" "December 2016" "mesonintrospect 0.37.0" "User Commands"
.SH NAME
mesonintrospect - a tool to extract information about a Meson build
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion man/wraptool.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH WRAPTOOL "1" "November 2016" "meson 0.36.0" "User Commands"
.TH WRAPTOOL "1" "December 2016" "meson 0.37.0" "User Commands"
.SH NAME
wraptool - source dependency downloader
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion mesonbuild/coredata.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import pickle, os, uuid
from .mesonlib import MesonException, default_libdir, default_libexecdir, default_prefix

version = '0.37.0.dev1'
version = '0.37.0'
backendlist = ['ninja', 'vs2010', 'vs2015', 'xcode']

class UserOption:
Expand Down

0 comments on commit d942243

Please sign in to comment.