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 | tdbcsqlite3-1-0-4 | rc1 |
Files: | files | file ages | folders |
SHA1: |
5c56dbdbac71a080b968415f47a21035 |
User & Date: | dgp 2016-02-18 20:34:22.658 |
Context
2017-04-18
| ||
17:04 | Bump to 1.0.5 (TEA changes only). check-in: 2a96235975 user: dgp tags: trunk | |
2016-02-18
| ||
20:34 | configure.in -> configure.ac check-in: 5c56dbdbac user: dgp tags: trunk, tdbcsqlite3-1-0-4, rc1 | |
2016-01-28
| ||
19:28 | Bump to 1.0.4 check-in: ff44c0f196 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([tdbcsqlite3], [1.0b17])" !if [echo DOTVERSION = \>> versions.vc] \ | | | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | # 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([tdbcsqlite3], [1.0b17])" !if [echo DOTVERSION = \>> versions.vc] \ && [nmakehlp -V ..\configure.ac tdbcsqlite3 >> versions.vc] !endif !include "versions.vc" VERSION = $(DOTVERSION:.=) STUBPREFIX = $(PROJECT)stub DLLOBJS = |
︙ | ︙ |