pgsql: Correct version number.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Nov 2017 01:00:41 +0000 (18:00 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 7 Nov 2017 01:00:41 +0000 (18:00 -0700)
src/pgsql/NEWS
src/pgsql/configure.ac
src/pgsql/debian/changelog
src/pgsql/make.scm

index 88eacb3415fadfd96922e67dfe1cea1988449000..b75921e39f6a9d58c4e776e38c6d0d01d143b6dd 100644 (file)
@@ -22,7 +22,12 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
-mit-scheme-pucked-pgsql 0.1 - Matt Birkholz, 2017-07-02
-=======================================================
+mit-scheme-pucked-pgsql 0.1.2 - Matt Birkholz, 2017-11-06
+=========================================================
+
+Correct version number.
+
+mit-scheme-pucked-pgsql 0.1.1 - Matt Birkholz, 2017-07-02
+=========================================================
 
 Stole v0.1 from MIT/GNU Scheme.
index 13ef35742cd3786d61682e928f2d61e3e5ba3620..cbab2e91ea8c32170670d12fc4d37f88b6ff6604 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked pgsql plugin],
-        [0.1.1],
+        [0.1.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pgsql])
 AC_CONFIG_SRCDIR([pgsql.pkg])
index 779315530030e5ad76571e31411f236c49b2a897..082e8983efff4d37a97310fdd22a62a805a31980 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pgsql (0.1.2) birchwood; urgency=low
+
+  * Correct version number.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon,  6 Nov 2017 18:00:00 -0700
+
 mit-scheme-pucked-pgsql (0.1.1) birchwood; urgency=low
 
   * Stole v0.1 from MIT/GNU Scheme.
index 76654c8ad4e9fda764d6b101179791669a1b1755..060af2d3dedc490c16320af824acaa0e89bc45de 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "pgsql")))
 
-(add-subsystem-identification! "PGSQL" '(0 1 1))
\ No newline at end of file
+(add-subsystem-identification! "PGSQL" '(0 1 2))
\ No newline at end of file