From 635b3f11f9d26b3b7e2eb5c0502233c05f0d5cb3 Mon Sep 17 00:00:00 2001 From: Will Duquette Date: Mon, 28 Jul 2014 17:52:59 -0700 Subject: [PATCH] Final changes for v0.1.0 Version 0.1.0 is complete. --- TODO.md | 8 -------- lib/quill/pkgIndex.tcl | 2 +- lib/quill/pkgModules.tcl | 2 +- lib/quillapp/pkgIndex.tcl | 2 +- lib/quillapp/pkgModules.tcl | 2 +- lib/quillinfo/quillinfo.tcl | 2 +- project.quill | 2 +- 7 files changed, 6 insertions(+), 14 deletions(-) diff --git a/TODO.md b/TODO.md index c83cd57..6e6f6fe 100644 --- a/TODO.md +++ b/TODO.md @@ -2,14 +2,6 @@ This is the official list of work to be done. -## Next - -## Before First Release - -* quill new: "lib" tree -* Build as 0.1.0 and release on github. -* Put announcements on wiki.tcl.tk and comp.lang.tcl. - ## Needed Tests * quill(n) diff --git a/lib/quill/pkgIndex.tcl b/lib/quill/pkgIndex.tcl index 707d89c..394789e 100644 --- a/lib/quill/pkgIndex.tcl +++ b/lib/quill/pkgIndex.tcl @@ -14,6 +14,6 @@ #------------------------------------------------------------------------- # -quill-ifneeded-begin DO NOT EDIT BY HAND -package ifneeded quill 0.1a0 [list source [file join $dir pkgModules.tcl]] +package ifneeded quill 0.1.0 [list source [file join $dir pkgModules.tcl]] # -quill-ifneeded-end diff --git a/lib/quill/pkgModules.tcl b/lib/quill/pkgModules.tcl index 44d624c..6833a02 100644 --- a/lib/quill/pkgModules.tcl +++ b/lib/quill/pkgModules.tcl @@ -14,7 +14,7 @@ #----------------------------------------------------------------------- # -quill-provide-begin DO NOT EDIT BY HAND -package provide quill 0.1a0 +package provide quill 0.1.0 # -quill-provide-end diff --git a/lib/quillapp/pkgIndex.tcl b/lib/quillapp/pkgIndex.tcl index 7d15e4f..e71d54d 100644 --- a/lib/quillapp/pkgIndex.tcl +++ b/lib/quillapp/pkgIndex.tcl @@ -14,6 +14,6 @@ #------------------------------------------------------------------------- # -quill-ifneeded-begin DO NOT EDIT BY HAND -package ifneeded quillapp 0.1a0 [list source [file join $dir pkgModules.tcl]] +package ifneeded quillapp 0.1.0 [list source [file join $dir pkgModules.tcl]] # -quill-ifneeded-end diff --git a/lib/quillapp/pkgModules.tcl b/lib/quillapp/pkgModules.tcl index 84157d1..8b6a9a1 100644 --- a/lib/quillapp/pkgModules.tcl +++ b/lib/quillapp/pkgModules.tcl @@ -14,7 +14,7 @@ #----------------------------------------------------------------------- # -quill-provide-begin DO NOT EDIT BY HAND -package provide quillapp 0.1a0 +package provide quillapp 0.1.0 # -quill-provide-end #----------------------------------------------------------------------- diff --git a/lib/quillinfo/quillinfo.tcl b/lib/quillinfo/quillinfo.tcl index 0f3b674..006713f 100644 --- a/lib/quillinfo/quillinfo.tcl +++ b/lib/quillinfo/quillinfo.tcl @@ -17,7 +17,7 @@ namespace eval ::quillinfo { variable meta - array set meta {gui-quill 0 url http://my.home.page description {Quill Project Build System for Tcl/Tk} provides quill homepage http://github.com/wduquette/tcl-quill apptype-quill uberkit requires {snit textutil::expander} version-textutil::expander 1.3.1 version-snit 2.3 apps quill local-textutil::expander 0 version 0.1a0 local-snit 0 project tcl-quill} + array set meta {gui-quill 0 url http://my.home.page description {Quill Project Build System for Tcl/Tk} provides quill homepage http://github.com/wduquette/tcl-quill apptype-quill uberkit requires {snit textutil::expander} version-textutil::expander 1.3.1 version-snit 2.3 apps quill local-textutil::expander 0 version 0.1.0 local-snit 0 project tcl-quill} namespace export \ project \ diff --git a/project.quill b/project.quill index 1abd452..9d55e48 100644 --- a/project.quill +++ b/project.quill @@ -1,4 +1,4 @@ -project tcl-quill 0.1a0 "Quill Project Build System for Tcl/Tk" +project tcl-quill 0.1.0 "Quill Project Build System for Tcl/Tk" homepage http://github.com/wduquette/tcl-quill app quill provide quill