Message-ID: From: "chrullrich (@chrullrich)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 05 Jun 2025 11:25:05 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #122: 17.00.0005 release showing version number of 17.00.0004 In-Reply-To: References: List-Id: X-GitHub-Author-Login: chrullrich X-GitHub-Comment-Id: 2943804025 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 122 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/122#issuecomment-2943804025 Content-Type: text/plain; charset=utf-8 > The display form of the version number did not update because [151feaa](https://github.com/postgresql-interfaces/psqlodbc/commit/151feaa8080181a5ae0f9bc4d2211e5bd69e5539) replaced the macro POSTGRES_RESOURCE_VERSION in psqlodbc.rc with a literal "17.00.0004" in four places. The same happened to PG_DRVFILE_VERSION for the internal version numbers. It was changed to literal 17,0,0,4 in all four places it appears.