Bump version and update changelog.

This commit is contained in:
Felix Geyer 2013-03-29 09:46:03 +01:00
parent 1c7e8f6921
commit 98e59215b8
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2.0 Alpha 4 (2013-03-29)
=========================
- Add random password generator [#52]
- Merge the 'Description' tab into the 'Entry' tab [#59]
- Fix crash when deleting history items [#56]
- Fix crash on Mac OS X Mountain Lion during startup [#50]
- Improved KeePassX application icon [#58]
2.0 Alpha 3 (2012-10-27)
=========================

View File

@ -28,8 +28,8 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_LTO "Enable Link Time Optimization (LTO)" OFF)
option(WITH_CXX11 "Build with the C++ 11 standard" OFF)
set(KEEPASSX_VERSION "2.0 alpha 3")
set(KEEPASSX_VERSION_NUM "1.9.82")
set(KEEPASSX_VERSION "2.0 alpha 4")
set(KEEPASSX_VERSION_NUM "1.9.83")
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)