From: Uwe Hermann Date: Tue, 6 May 2014 21:43:20 +0000 (+0200) Subject: Bump PulseView version to 0.2.0. X-Git-Tag: pulseview-0.2.0^0 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=744905d4ec6a05b53c17efb393a0ef907d95ebe2;ds=sidebyside Bump PulseView version to 0.2.0. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 96b3a1ed..50dde490 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ set(PV_TITLE PulseView) set(PV_DESCRIPTION "A GUI for sigrok") set(PV_VERSION_MAJOR 0) -set(PV_VERSION_MINOR 1) +set(PV_VERSION_MINOR 2) set(PV_VERSION_MICRO 0) set(PV_VERSION_STRING ${PV_VERSION_MAJOR}.${PV_VERSION_MINOR}.${PV_VERSION_MICRO} diff --git a/contrib/pulseview_cross.nsi b/contrib/pulseview_cross.nsi index c674be79..3c393512 100644 --- a/contrib/pulseview_cross.nsi +++ b/contrib/pulseview_cross.nsi @@ -38,7 +38,7 @@ Name "PulseView" # Filename of the installer executable. -OutFile "pulseview-0.1.0-installer.exe" +OutFile "pulseview-0.2.0-installer.exe" # Where to install the application. InstallDir "$PROGRAMFILES\sigrok\PulseView" @@ -183,7 +183,7 @@ Section "PulseView (required)" Section1 WriteRegStr HKLM "${REGSTR}" "URLUpdateInfo" \ "http://sigrok.org/wiki/Downloads" WriteRegStr HKLM "${REGSTR}" "URLInfoAbout" "http://sigrok.org" - WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.1.0" + WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.2.0" WriteRegStr HKLM "${REGSTR}" "Contact" \ "sigrok-devel@lists.sourceforge.org" WriteRegStr HKLM "${REGSTR}" "Comments" \