Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed May 11, 2024
1 parent 6c66861 commit bda82da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for firebird_fdw

1.4.0 2024-0?-??
1.4.0 2024-05-11
- Support for PostgreSQL 17 added
- Basic support for UUID datatype added
- Proper support for Firebird TIME/TIMESTAMP datatypes added
Expand Down
2 changes: 1 addition & 1 deletion src/firebird_fdw.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "libfq.h"

#define FIREBIRD_FDW_VERSION 10400
#define FIREBIRD_FDW_VERSION_STRING "1.4.0a"
#define FIREBIRD_FDW_VERSION_STRING "1.4.0"

#define FB_FDW_LOGPREFIX "[firebird_fdw] "
#define FB_FDW_LOGPREFIX_LEN strlen(FB_FDW_LOGPREFIX)
Expand Down

0 comments on commit bda82da

Please sign in to comment.