Skip to content

Commit 80c6b60

Browse files
committed
Prepare for 0.14
1 parent 8bd6347 commit 80c6b60

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

docs/0.14.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. Copyright 2015 David Malcolm <[email protected]>
2+
Copyright 2015 Red Hat, Inc.
3+
4+
This is free software: you can redistribute it and/or modify it
5+
under the terms of the GNU General Public License as published by
6+
the Free Software Foundation, either version 3 of the License, or
7+
(at your option) any later version.
8+
9+
This program is distributed in the hope that it will be useful, but
10+
WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with this program. If not, see
16+
<http://www.gnu.org/licenses/>.
17+
18+
0.14
19+
~~~~
20+
21+
This releases adds support for gcc 5 (along with continued
22+
support for gcc 4.6, 4.7, 4.8 and 4.9).

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '0.13'
68+
version = '0.14'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.13'
70+
release = '0.14'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

docs/release-notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Copyright 2011, 2012, 2013, 2014 David Malcolm <[email protected]>
2-
Copyright 2011, 2012, 2013, 2014 Red Hat, Inc.
1+
.. Copyright 2011-2015 David Malcolm <[email protected]>
2+
Copyright 2011-2015 Red Hat, Inc.
33
44
This is free software: you can redistribute it and/or modify it
55
under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@ Release Notes
2020

2121
.. toctree::
2222

23+
0.14.rst
2324
0.13.rst
2425
0.12.rst
2526
0.11.rst

gcc-python-plugin.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: gcc-python-plugin
2-
Version: 0.13
2+
Version: 0.14
33
Release: 1%{?dist}
44
Summary: GCC plugin that embeds Python
55

@@ -177,7 +177,7 @@ BuildPlugin \
177177

178178
BuildPlugin \
179179
python3-debug \
180-
python3.3dm-config \
180+
python3.4dm-config \
181181
python3_debug.so \
182182
python3_debug
183183

@@ -236,7 +236,7 @@ InstallPlugin \
236236

237237
InstallPlugin \
238238
python3-debug \
239-
python3.3dm-config \
239+
python3.4dm-config \
240240
python3_debug.so \
241241
python3_debug
242242

@@ -322,7 +322,7 @@ CheckPlugin \
322322
# (shares the issues of the above)
323323
CheckPlugin \
324324
python3-debug \
325-
python3.3dm-config \
325+
python3.4dm-config \
326326
python3_debug.so \
327327
python3_debug \
328328
"-x tests/cpychecker"

0 commit comments

Comments
 (0)