Skip to content

Commit

Permalink
Updated NEWS.md for release 0.3.3. Bumped version number in
Browse files Browse the repository at this point in the history
configure.ac.
  • Loading branch information
gvansickle committed Dec 30, 2016
1 parent 8f73411 commit ca3d116
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# NEWS file for the UniversalCodeGrep project.

## [0.3.3] - 2016-12-30

UniversalCodeGrep (ucg) 0.3.3 is a minor bugfix release.

## Fixed
- Resolved issue with SSE4.2 literal string matching not working correctly.
- Resolved legitimate Coverity issue in atomic compare/exchange template.

## [0.3.2] - 2016-12-29

UniversalCodeGrep (ucg) 0.3.2 is a minor bugfix release with some major under-the-hood changes.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
LT_PREREQ([2.4.2])
AC_INIT([UniversalCodeGrep], [0.3.2], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/])
AC_INIT([UniversalCodeGrep], [0.3.3], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/])

AC_CONFIG_SRCDIR([src/Globber.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit ca3d116

Please sign in to comment.