Skip to content

Commit fbd1cb2

Browse files
committed
Revert change of ecpglib major version
The major version of ecpglib was changed in bd7c95f, apparently without justification. Revert this, since nothing has changed in this library except some added functions. Discussion: https://www.postgresql.org/message-id/flat/48ee4c56-e1df-b39d-2cad-c7d80b120eb5%402ndquadrant.com
1 parent ae2d826 commit fbd1cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515

1616
PGFILEDESC = "ECPG - embedded SQL in C"
1717
NAME= ecpg
18-
SO_MAJOR_VERSION= 7
18+
SO_MAJOR_VERSION= 6
1919
SO_MINOR_VERSION= $(MAJORVERSION)
2020

2121
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \

0 commit comments

Comments
 (0)