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
|
||||
comment = 'Citus distributed database'
|
||||
default_version = '7.4-1'
|
||||
default_version = '7.4-3'
|
||||
module_pathname = '$libdir/citus'
|
||||
relocatable = false
|
||||
schema = pg_catalog
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue