Skip to content

Commit

Permalink
Preparing for release 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jun 10, 2015
1 parent 3b888ee commit 7f6b340
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 71 deletions.
9 changes: 6 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
+ Version 2.14 (??)
+ Version 2.14 (09.06.2015)

TODO for this version: before releasing, remove cpp.exe and its license (and
mentions) from pycparser.
- Added CParser parameter to specify output directory for generated parsing
tables (#84).
- Removed lcc's cpp and its license from the distribution. Using lcc's cpp
is no longer recommended, now that Clang has binary builds available for
Windows.

+ Version 2.13 (12.05.2015)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============
pycparser v2.13
pycparser v2.14
===============

:Author: `Eli Bendersky <http://eli.thegreenplace.net>`_
Expand Down
2 changes: 1 addition & 1 deletion pycparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# License: BSD
#-----------------------------------------------------------------
__all__ = ['c_lexer', 'c_parser', 'c_ast']
__version__ = '2.13'
__version__ = '2.14'

from subprocess import Popen, PIPE
from .c_parser import CParser
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def make_release_tree(self, basedir, files):
C compilers or analysis tools.
""",
license='BSD',
version='2.13',
version='2.14',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',
Expand Down
Binary file removed utils/cpp.exe
Binary file not shown.
3 changes: 0 additions & 3 deletions utils/cpp_READ_THIS_FIRST

This file was deleted.

62 changes: 0 additions & 62 deletions utils/lcc_CPYRIGHT

This file was deleted.

0 comments on commit 7f6b340

Please sign in to comment.