projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2df30
)
CMakeLists.txt: Bump package version to 0.5.0.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 15 Jun 2017 14:16:58 +0000
(16:16 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 15 Jun 2017 14:16:58 +0000
(16:16 +0200)
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.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index af39c89e19f8b9f9f5e251426d3b10bb8ba9d01b..ca4142c481afd7b478201ae8f343b2d2debf9579 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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})