CMakeLists.txt: Bump package version to 0.5.0.

0.5.0 will be the next major release. Bump now, so that
there is no confusion of tarball 0.4.0 and 0.5.0-git snapshots.
This commit is contained in:
Uwe Hermann 2017-06-15 16:16:58 +02:00
parent 7d2df30584
commit e2649143f1
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS)
#-------------------------------------------------------------------------------
set(PV_TITLE PulseView)
set(PV_VERSION_STRING "0.4.0")
set(PV_VERSION_STRING "0.5.0")
set(PV_GLIBMM_VERSION ${PKGDEPS_glibmm-2.4_VERSION})