diff options
author | adam <adam@pkgsrc.org> | 2009-06-04 13:02:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-06-04 13:02:45 +0000 |
commit | 090bd456e001a385e2acaa27e81381c5e9d2d924 (patch) | |
tree | 43c1081aa96981e4048d74212597b6f9ad62b78d /databases/sqlite3/Makefile.common | |
parent | a9333b52eb3b7cdacd5f8f9feb5fa05411610617 (diff) | |
download | pkgsrc-090bd456e001a385e2acaa27e81381c5e9d2d924.tar.gz |
Changes 3.6.14.2:
* Fix a code generator bug introduced in version 3.6.14. This bug can cause
incorrect query results under obscure circumstances.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index bdb24793836..ca821e3bc1e 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.39 2009/05/21 11:44:42 adam Exp $ +# $NetBSD: Makefile.common,v 1.40 2009/06/04 13:02:45 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.14.1 +DISTNAME= sqlite-3.6.14.2 PKGNAME= ${DISTNAME:S/-/3-/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ |