summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <mark@2ndQuadrant.com>2020-10-08 12:04:55 -0700
committerMark Wong <mark@2ndQuadrant.com>2020-10-08 12:04:55 -0700
commit819c1bdf33140d11ff37a4eec42df65c59704750 (patch)
treeb343ae960d9cdadc88237b813d0d469444b44d16
parent3ec66999f4b14485305fc0eb0d7819ce15e99c22 (diff)
Update for v4.0.0 releasev4.0.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--pg_top.1.rst.in2
-rw-r--r--pg_top.appdata.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2673ade..5019e07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ project(pg_top C)
set(PROJECT_VERSION_MAJOR 4)
set(PROJECT_VERSION_MINOR 0)
-set(PROJECT_VERSION_PATCH "0-beta1")
+set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
diff --git a/pg_top.1.rst.in b/pg_top.1.rst.in
index 43718a7..8ed69f2 100644
--- a/pg_top.1.rst.in
+++ b/pg_top.1.rst.in
@@ -8,7 +8,7 @@ display and update information about the top cpu PostgreSQL processes
:Author: William LeFebvre, Mark Wong
:Manual section: 1
-:Version: 4.0.0beta1
+:Version: 4.0.0
SYNOPSIS
========
diff --git a/pg_top.appdata.xml b/pg_top.appdata.xml
index dfd0670..2d1e528 100644
--- a/pg_top.appdata.xml
+++ b/pg_top.appdata.xml
@@ -30,9 +30,9 @@
</provides>
<releases>
- <release version="4.0beta1" date="2020-08-05">
+ <release version="4.0.0" date="2020-10-8">
<description>
- <p>4.0 Beta 1 release.</p>
+ <p>4.0.0 release.</p>
</description>
</release>
</releases>