Skip to content

Commit

Permalink
Bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
logological committed Jul 27, 2020
1 parent 870d1a4 commit d0c1375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ GPP NEWS -- history of user-visible changes
See the end of this file for copying conditions.


Version 2.27-SNAPSHOT
Version 2.27

* --help and --version now print to stdout, not stderr (Issue #47)
* Various minor fixes and revisions to the documentation (Issues #38
through #44)
* Added Journal of Open Source Software paper to documentation

Version 2.26

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([GPP], [2.27-SNAPSHOT], [tristan@logological.org], [gpp])
AC_INIT([GPP], [2.27], [tristan@logological.org], [gpp])

AM_INIT_AUTOMAKE([])
AC_CONFIG_SRCDIR([src/gpp.c])
Expand Down
2 changes: 1 addition & 1 deletion doc/gpp.pp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
$endif$
$endif$
%%%%%%%%%%%%%%%%% some headers %%%%%%%%%%%%%%%%%%%
$define{version}{2.27-SNAPSHOT}$
$define{version}{2.27}$
$define{SYNTAX}{
$pre$
gpp [$d$$bra$o$pipe$O$ket$ $I{outfile}$] [$d$I$I{/include/path}$ ...]
Expand Down

0 comments on commit d0c1375

Please sign in to comment.