diff --git a/example-site/dragonfly-api/dragonfly.lsp.html b/example-site/dragonfly-api/dragonfly.lsp.html index 7782d09..504d892 100644 --- a/example-site/dragonfly-api/dragonfly.lsp.html +++ b/example-site/dragonfly-api/dragonfly.lsp.html @@ -12,7 +12,7 @@

dragonfly.lsp

Module index


Module: dragonfly.lsp

The heart of Dragonfly - A newLISP web framework for rapid web development.

-Version: 0.70
+Version: taoeffect
Author: Team Dragonfly 2009
Location: http://code.google.com/p/dragonfly-newlisp/

This file is the main entry-point of the Dragonfly framework and diff --git a/example-site/dragonfly-framework/dragonfly.lsp b/example-site/dragonfly-framework/dragonfly.lsp index 8b15125..d64f40a 100755 --- a/example-site/dragonfly-framework/dragonfly.lsp +++ b/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/ ;;
This file is the main entry-point of the Dragonfly framework and @@ -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 diff --git a/example-site/dragonfly-framework/plugins-inactive/dragonfly_api.lsp b/example-site/dragonfly-framework/plugins-inactive/dragonfly_api.lsp index dd5bf17..5ccc64e 100755 --- a/example-site/dragonfly-framework/plugins-inactive/dragonfly_api.lsp +++ b/example-site/dragonfly-framework/plugins-inactive/dragonfly_api.lsp @@ -14,7 +14,7 @@ ;; ;; @module Dragonfly ;; @author Marc Hildmann , Greg Slepak -;; @version 0.70 +;; @version taoeffect ;; ;; @location http://code.google.com/p/dragonfly-newlisp/ ;; @description A newLISP web framework for rapid web development diff --git a/example-site/dragonfly-framework/plugins-inactive/dragonfly_twitter.lsp b/example-site/dragonfly-framework/plugins-inactive/dragonfly_twitter.lsp index f82a9cc..e0d9f15 100755 --- a/example-site/dragonfly-framework/plugins-inactive/dragonfly_twitter.lsp +++ b/example-site/dragonfly-framework/plugins-inactive/dragonfly_twitter.lsp @@ -14,7 +14,7 @@ ;; ;; @module Dragonfly Twitter search plugin ;; @author Marc Hildmann -;; @version 0.70 +;; @version taoeffect ;; ;; @location http://code.google.com/p/dragonfly-newlisp/ ;; @description A newLISP web framework for rapid web development