Skip to content

Commit

Permalink
Next is 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 17, 2019
1 parent 49276df commit cda56ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4.0)

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

Expand Down
4 changes: 2 additions & 2 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 0.1.0
pgagroal 0.2.0
High-performance connection pool for PostgreSQL
Usage:
Expand Down Expand Up @@ -115,7 +115,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 0.1.0
pgagroal-cli 0.2.0
Command line 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: 0.1.0
Version: 0.2.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 @@ -40,7 +40,7 @@ extern "C" {
#include <time.h>
#include <sys/types.h>

#define VERSION "0.1.0"
#define VERSION "0.2.0"

/* Setup zf_log to include DEBUG support even for release builds */
#ifdef DEBUG
Expand Down

0 comments on commit cda56ea

Please sign in to comment.