Prepare the repo for next development cycle

This commit is contained in:
Lee Hampton 2018-08-09 00:56:11 -04:00 committed by Lee Hampton
parent f67c10772f
commit b376fc3b25
4 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
set -e
set -o pipefail
TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6"
TAGS="0.5.0 0.6.0 0.6.1 0.7.0-pg9.6 0.7.1-pg9.6 0.8.0-pg9.6 0.9.0-pg9.6 0.9.1-pg9.6 0.9.2-pg9.6 0.10.0-pg9.6 0.10.1-pg9.6 0.11.0-pg9.6"
for tag in ${TAGS};
do

View File

@ -64,6 +64,7 @@ set(MOD_FILES
updates/0.9.2--0.10.0.sql
updates/0.10.0--0.10.1.sql
updates/0.10.1--0.11.0.sql
updates/0.11.0--0.11.1-dev.sql
)
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")

View File

View File

@ -1,2 +1,2 @@
version = 0.11.0
update_from_version = 0.10.1
version = 0.11.1-dev
update_from_version = 0.11.0