projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a3656
)
CMakeLists.txt: Bump PulseView version to 0.4.0.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 10 Feb 2016 23:17:36 +0000
(
00:17
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 11 Feb 2016 14:08:08 +0000
(15:08 +0100)
0.4.0 will be the next major release. Bump now, so that
there is no confusion of tarball 0.3.0 and 0.4.0-git snapshots.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e21ace688663d4f4327fd161903140f4071c6048..55274e8cb34c7b7555edc7ffecb03e33d2b9c32f 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-120,7
+120,7
@@
memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS)
set(PV_TITLE PulseView)
set(PV_DESCRIPTION "A GUI for sigrok")
-set(PV_VERSION_STRING "0.
3
.0")
+set(PV_VERSION_STRING "0.
4
.0")
include(GetGitRevisionDescription)