mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
Prepare the repo for next development cycle
This commit is contained in:
parent
f67c10772f
commit
b376fc3b25
@ -10,7 +10,7 @@
|
|||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
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};
|
for tag in ${TAGS};
|
||||||
do
|
do
|
||||||
|
@ -64,6 +64,7 @@ set(MOD_FILES
|
|||||||
updates/0.9.2--0.10.0.sql
|
updates/0.9.2--0.10.0.sql
|
||||||
updates/0.10.0--0.10.1.sql
|
updates/0.10.0--0.10.1.sql
|
||||||
updates/0.10.1--0.11.0.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}")
|
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}")
|
||||||
|
0
sql/updates/0.11.0--0.11.1-dev.sql
Normal file
0
sql/updates/0.11.0--0.11.1-dev.sql
Normal file
@ -1,2 +1,2 @@
|
|||||||
version = 0.11.0
|
version = 0.11.1-dev
|
||||||
update_from_version = 0.10.1
|
update_from_version = 0.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user