Skip to content

Commit a5fc863

Browse files
committed
updated to version 0.72
1 parent 986edc4 commit a5fc863

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

example-site/dragonfly-api/dragonfly.lsp.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<blockquote>
1313
<center><h1>dragonfly.lsp</h1></center>
1414
<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>
15-
<b>Version: </b>0.70<br/>
15+
<b>Version: </b>taoeffect<br/>
1616
<b>Author: </b>Team Dragonfly 2009<br/>
1717
<b>Location: </b><a href="http://code.google.com/p/dragonfly-newlisp/">http://code.google.com/p/dragonfly-newlisp/</a><br/>
1818
<br>This file is the main entry-point of the Dragonfly framework and

example-site/dragonfly-framework/dragonfly.lsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; @module dragonfly.lsp
22
;; @description The heart of Dragonfly - A newLISP web framework for rapid web development.
3-
;; @version 0.71
3+
;; @version 0.72
44
;; @author Team Dragonfly 2009
55
;; @location http://code.google.com/p/dragonfly-newlisp/
66
;; <br>This file is the main entry-point of the Dragonfly framework and
@@ -109,7 +109,7 @@
109109
; DF is a convenient shorthand to the Dragonfly context
110110
(constant (global 'DF) Dragonfly)
111111
(constant (global 'DRAGONFLY_MAJOR) 0)
112-
(constant (global 'DRAGONFLY_MINOR) 71)
112+
(constant (global 'DRAGONFLY_MINOR) 72)
113113
(constant (global 'DRAGONFLY_VERSION) (format "Version %d.%d" DRAGONFLY_MAJOR DRAGONFLY_MINOR))
114114

115115
; make sure these two are defined

example-site/dragonfly-framework/plugins-inactive/dragonfly_api.lsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;;
1515
;; @module Dragonfly
1616
;; @author Marc Hildmann <marc.hildmann at gmail.com>, Greg Slepak <greg at taoeffect.com>
17-
;; @version 0.70
17+
;; @version taoeffect
1818
;;
1919
;; @location http://code.google.com/p/dragonfly-newlisp/
2020
;; @description A newLISP web framework for rapid web development

example-site/dragonfly-framework/plugins-inactive/dragonfly_twitter.lsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;;
1515
;; @module Dragonfly Twitter search plugin
1616
;; @author Marc Hildmann <marc.hildmann at gmail.com>
17-
;; @version 0.70
17+
;; @version taoeffect
1818
;;
1919
;; @location http://code.google.com/p/dragonfly-newlisp/
2020
;; @description A newLISP web framework for rapid web development

0 commit comments

Comments
 (0)