Skip to content

Commit

Permalink
Final changes for v0.1.0
Browse files Browse the repository at this point in the history
Version 0.1.0 is complete.
  • Loading branch information
wduquette committed Jul 29, 2014
1 parent be1caf3 commit 635b3f1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/quill/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion lib/quill/pkgModules.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lib/quillapp/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion lib/quillapp/pkgModules.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

#-----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/quillinfo/quillinfo.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion project.quill
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 635b3f1

Please sign in to comment.