Skip to content

Commit

Permalink
Bumped version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
boysetsfrog committed Jul 29, 2013
1 parent 0c7fa63 commit 7fce9bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.08.1
-------------
- Fixed bounds check crashes on some empty window key presses
- Fixed crashes when using larger counts in normal mode
- Fix invalid iterator accesses

Version 0.08
-------------
- Support for :highlight color changing commands
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([vimpc], [0.08], [https://github.com/boysetsfrog/vimpc], [vimpc], [https://github.com/boysetsfrog/vimpc])
AC_INIT([vimpc], [0.08.1], [https://github.com/boysetsfrog/vimpc], [vimpc], [https://github.com/boysetsfrog/vimpc])
AC_LANG_PUSH([C++])

AC_PREREQ([2.59])
Expand Down

0 comments on commit 7fce9bb

Please # to comment.