Skip to content

Commit

Permalink
Next is 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Jan 11, 2022
1 parent 631ad9c commit ce557da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14.0)

set(VERSION_MAJOR "1")
set(VERSION_MINOR "4")
set(VERSION_MINOR "5")
set(VERSION_PATCH "0")
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

Expand Down
6 changes: 3 additions & 3 deletions doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ First of all, make sure that `pgagroal` is installed and in your path by
using `pgagroal -?`. You should see

```
pgagroal 1.4.0
pgagroal 1.5.0
High-performance connection pool for PostgreSQL
Usage:
Expand Down Expand Up @@ -124,7 +124,7 @@ the `SIGTERM` signal to the process using `kill <pid>`.
You can see the commands it supports by using `pgagroal-cli -?` which will give

```
pgagroal-cli 1.4.0
pgagroal-cli 1.5.0
Command line utility for pgagroal
Usage:
Expand Down Expand Up @@ -193,7 +193,7 @@ registration with `pgagroal`.
You can see the commands it supports by using `pgagroal-admin -?` which will give

```
pgagroal-admin 1.4.0
pgagroal-admin 1.5.0
Administration utility for pgagroal
Usage:
Expand Down
2 changes: 1 addition & 1 deletion pgagroal.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: pgagroal
Version: 1.4.0
Version: 1.5.0
Release: 1%{dist}
Summary: High-performance connection pool for PostgreSQL
License: BSD
Expand Down
2 changes: 1 addition & 1 deletion src/include/pgagroal.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern "C" {
#include <sys/types.h>
#include <openssl/ssl.h>

#define VERSION "1.4.0"
#define VERSION "1.5.0"

#define PGAGROAL_HOMEPAGE "https://agroal.github.io/pgagroal/"
#define PGAGROAL_ISSUES "https://github.com/agroal/pgagroal/issues"
Expand Down

0 comments on commit ce557da

Please sign in to comment.