Skip to content

Commit

Permalink
updated to version 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
taoeffect committed Jun 25, 2013
1 parent 986edc4 commit a5fc863
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-site/dragonfly-api/dragonfly.lsp.html
Expand Up @@ -12,7 +12,7 @@
<blockquote>
<center><h1>dragonfly.lsp</h1></center>
<p><a href="index.html">Module index</a></p><br/><h2>Module:&nbsp;dragonfly.lsp</h2><p>The heart of Dragonfly - A newLISP web framework for rapid web development.</p>
<b>Version: </b>0.70<br/>
<b>Version: </b>taoeffect<br/>
<b>Author: </b>Team Dragonfly 2009<br/>
<b>Location: </b><a href="http://code.google.com/p/dragonfly-newlisp/">http://code.google.com/p/dragonfly-newlisp/</a><br/>
<br>This file is the main entry-point of the Dragonfly framework and
Expand Down
4 changes: 2 additions & 2 deletions example-site/dragonfly-framework/dragonfly.lsp
@@ -1,6 +1,6 @@
;; @module dragonfly.lsp
;; @description The heart of Dragonfly - A newLISP web framework for rapid web development.
;; @version 0.71
;; @version 0.72
;; @author Team Dragonfly 2009
;; @location http://code.google.com/p/dragonfly-newlisp/
;; <br>This file is the main entry-point of the Dragonfly framework and
Expand Down Expand Up @@ -109,7 +109,7 @@
; DF is a convenient shorthand to the Dragonfly context
(constant (global 'DF) Dragonfly)
(constant (global 'DRAGONFLY_MAJOR) 0)
(constant (global 'DRAGONFLY_MINOR) 71)
(constant (global 'DRAGONFLY_MINOR) 72)
(constant (global 'DRAGONFLY_VERSION) (format "Version %d.%d" DRAGONFLY_MAJOR DRAGONFLY_MINOR))

; make sure these two are defined
Expand Down
Expand Up @@ -14,7 +14,7 @@
;;
;; @module Dragonfly
;; @author Marc Hildmann <marc.hildmann at gmail.com>, Greg Slepak <greg at taoeffect.com>
;; @version 0.70
;; @version taoeffect
;;
;; @location http://code.google.com/p/dragonfly-newlisp/
;; @description A newLISP web framework for rapid web development
Expand Down
Expand Up @@ -14,7 +14,7 @@
;;
;; @module Dragonfly Twitter search plugin
;; @author Marc Hildmann <marc.hildmann at gmail.com>
;; @version 0.70
;; @version taoeffect
;;
;; @location http://code.google.com/p/dragonfly-newlisp/
;; @description A newLISP web framework for rapid web development
Expand Down

0 comments on commit a5fc863

Please sign in to comment.