Changeset 13396 in project
- Timestamp:
- 02/24/09 02:46:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/3/formular/trunk/formular.setup
r13349 r13396 20 20 21 21 ; Assoc list with properties for your extension: 22 '((version 1.1 0)22 '((version 1.11) 23 23 (documentation "formular.html") 24 24 ,@(if has-exports? `((exports "formular.exports")) (list)) )) … … 34 34 35 35 ; Assoc list with properties for the program: 36 '((version 1.1 0)))36 '((version 1.11))) 37 37 38 38 (install-program … … 42 42 43 43 ; Assoc list with properties for the program: 44 '((version 1.1 0)))44 '((version 1.11))) 45 45 46 46 ;; From setup-header.scm by Kon Lovett
Note: See TracChangeset
for help on using the changeset viewer.