diff --git a/configure.ac b/configure.ac
index 9e151744..8be01c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 18.00.0003, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 18.00.0004, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
diff --git a/docs/release.html b/docs/release.html
index 89b4accb..fa28403f 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -10,6 +10,12 @@
psqlODBC release notes
+
+ Changes:
+ -
+ Fix the result-conversions regression test on big-endian systems (#213)
+
+
Changes:
-
diff --git a/version.h b/version.h
index 9d560a33..a8714392 100644
--- a/version.h
+++ b/version.h
@@ -14,13 +14,13 @@
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION "18.00.0003"
+#define POSTGRESDRIVERVERSION "18.00.0004"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 18,0,00,03
+#define PG_DRVFILE_VERSION 18,0,00,04
#endif
#endif