Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | configure.in -> configure.ac |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | tdbcpostgres-1-0-4 |
Files: | files | file ages | folders |
SHA1: |
a1a013df6a964a2f62ccdfa3c581d51a |
User & Date: | dgp 2016-02-18 20:34:37.008 |
Context
2017-04-18
| ||
16:56 | Bump to 1.0.5 (TEA updates only). check-in: 78b9a8647a user: dgp tags: trunk | |
2016-02-18
| ||
20:34 | configure.in -> configure.ac check-in: a1a013df6a user: dgp tags: trunk, tdbcpostgres-1-0-4 | |
2016-01-28
| ||
19:28 | Bump to 1.0.4 check-in: 1ef5ec4c20 user: dgp tags: trunk | |
Changes
Changes to win/makefile.vc.
︙ | ︙ | |||
171 172 173 174 175 176 177 | # number and returns all character until a character not in [0-9.ab] # is read. !if [echo REM = This file is generated from Makefile.vc > versions.vc] !endif # get project version from row AC_INIT([tdbcpostgres], ...) !if [echo DOTVERSION = \>> versions.vc] \ | | | | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | # number and returns all character until a character not in [0-9.ab] # is read. !if [echo REM = This file is generated from Makefile.vc > versions.vc] !endif # get project version from row AC_INIT([tdbcpostgres], ...) !if [echo DOTVERSION = \>> versions.vc] \ && [nmakehlp -V ..\configure.ac AC_INIT >> versions.vc] !endif !if [echo TCL_VERSION_REQ = \>> versions.vc] \ && [nmakehlp -V ..\configure.ac TCL_VERSION_REQ >> versions.vc] !endif !include "versions.vc" VERSION = $(DOTVERSION:.=) STUBPREFIX = $(PROJECT)stub DLLOBJS = \ |
︙ | ︙ |