Make sure windows are build with the latest version

pull/2166/head
Onder Kalaci 2018-05-11 11:36:16 +03:00
parent 9323db2e05
commit b1619e182d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Citus extension
comment = 'Citus distributed database'
default_version = '7.4-1'
default_version = '7.4-3'
module_pathname = '$libdir/citus'
relocatable = false
schema = pg_catalog

View File

@ -5,7 +5,7 @@
#define CITUS_EDITION "community"
/* Extension version expected by this Citus build */
#define CITUS_EXTENSIONVERSION "7.4-1"
#define CITUS_EXTENSIONVERSION "7.4-3"
/* Citus major version as a string */
#define CITUS_MAJORVERSION "7.4"