1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Begin v2.55.1 development.

This commit is contained in:
David Steele
2025-05-01 12:38:37 -04:00
parent 6c90196e74
commit 6c0e212926
5 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
[
{
"commit": "6c90196e74ef0da38568f08fd7cb234d10130e79",
"date": "2025-04-21 18:25:00 -0400",
"subject": "v2.55.0: Verification Improvements and PostgreSQL 18 Support"
},
{
"commit": "4bb7cb1ac65a135e3f311ef288f2ad946493266b",
"date": "2025-04-21 09:02:56 -0400",

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE doc SYSTEM "doc.dtd" [
<!ENTITY v2.55.1 SYSTEM "release/2025/2.55.1.xml">
<!ENTITY v2.55.0 SYSTEM "release/2025/2.55.0.xml">
<!ENTITY v2.54.2 SYSTEM "release/2025/2.54.2.xml">
<!ENTITY v2.54.1 SYSTEM "release/2024/2.54.1.xml">
@@ -130,6 +131,7 @@
</intro>
<release-list>
&v2.55.1;
&v2.55.0;
&v2.54.2;
&v2.54.1;

View File

@@ -0,0 +1,2 @@
<release date="2025-05-05" version="2.55.1dev" title="Bug Fixes">
</release>

View File

@@ -4,7 +4,7 @@
project(
'pgbackrest',
['c'],
version: '2.55.0',
version: '2.55.1dev',
license: 'MIT',
meson_version: '>=0.47',
default_options: [

View File

@@ -35,10 +35,10 @@ Project version components. PROJECT_VERSION and PROJECT_VERSION_NUM are automati
***********************************************************************************************************************************/
#define PROJECT_VERSION_MAJOR 2
#define PROJECT_VERSION_MINOR 55
#define PROJECT_VERSION_PATCH 0
#define PROJECT_VERSION_SUFFIX ""
#define PROJECT_VERSION_PATCH 1
#define PROJECT_VERSION_SUFFIX "dev"
#define PROJECT_VERSION "2.55.0"
#define PROJECT_VERSION_NUM 2055000
#define PROJECT_VERSION "2.55.1dev"
#define PROJECT_VERSION_NUM 2055001
#endif