From 4a9e84cac4399aa26f491ade61a0226c37e8ed43 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 11 Feb 2016 00:17:36 +0100 Subject: [PATCH] CMakeLists.txt: Bump PulseView version to 0.4.0. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e21ace6..55274e8 100644 --- 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) -- 2.30.2