Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/configuration/upgrade-test-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ upgrade-version: [{
{
upgrade-path: [
{
version: '14.17',
version: '14.18',
upgrade-type: null
},
{
Expand Down
3 changes: 3 additions & 0 deletions .github/template/version-branch-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
'14.17':
engine_branch: BABEL_2_12_STABLE__PG_14_17
extension_branch: BABEL_2_12_STABLE
'14.18':
engine_branch: BABEL_2_13_STABLE__PG_14_18
extension_branch: BABEL_2_13_STABLE
'source.latest':
engine_branch: latest
extension_branch: latest
Expand Down
4 changes: 2 additions & 2 deletions contrib/babelfishpg_tsql/src/babelfish_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*-------------------------------------------------------------------------
*/

#define BABELFISH_VERSION_STR "2.13.0"
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.18.0.0"
#define BABELFISH_VERSION_STR "2.14.0"
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.19.0.0"
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"
Loading