mirror of https://github.com/citusdata/citus.git
Make sure windows are build with the latest version
parent
9323db2e05
commit
b1619e182d
|
@ -1,6 +1,6 @@
|
||||||
# Citus extension
|
# Citus extension
|
||||||
comment = 'Citus distributed database'
|
comment = 'Citus distributed database'
|
||||||
default_version = '7.4-1'
|
default_version = '7.4-3'
|
||||||
module_pathname = '$libdir/citus'
|
module_pathname = '$libdir/citus'
|
||||||
relocatable = false
|
relocatable = false
|
||||||
schema = pg_catalog
|
schema = pg_catalog
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#define CITUS_EDITION "community"
|
#define CITUS_EDITION "community"
|
||||||
|
|
||||||
/* Extension version expected by this Citus build */
|
/* 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 */
|
/* Citus major version as a string */
|
||||||
#define CITUS_MAJORVERSION "7.4"
|
#define CITUS_MAJORVERSION "7.4"
|
||||||
|
|
Loading…
Reference in New Issue