Changeset 25911 in project
- Timestamp:
- 02/15/12 01:35:58 (9 years ago)
- Location:
- release/4/crypto-tools
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
release/4/crypto-tools/tags/1.3/crypto-tools.meta
r24927 r25911 1 1 ((egg "crypto-tools.egg") 2 2 (files "test/run.scm" "crypto-tools.setup" "crypto-tools.scm" "crypto-tools.meta" "crypto-tools.release-info") 3 (doc-from-wiki)4 (documentation "crypto-tools.html")5 3 (license "BSD") 6 4 (category crypt) -
release/4/crypto-tools/tags/1.3/crypto-tools.setup
r20575 r25911 6 6 'crypto-tools 7 7 '( "crypto-tools.so" "crypto-tools.import.so" ) 8 '((version 1. 2)8 '((version 1.3) 9 9 (static "crypto-tools.o") ;; for static linking 10 10 (documentation "crypto-tools.html"))) -
release/4/crypto-tools/trunk/crypto-tools.meta
r24927 r25911 1 1 ((egg "crypto-tools.egg") 2 2 (files "test/run.scm" "crypto-tools.setup" "crypto-tools.scm" "crypto-tools.meta" "crypto-tools.release-info") 3 (doc-from-wiki)4 (documentation "crypto-tools.html")5 3 (license "BSD") 6 4 (category crypt) -
release/4/crypto-tools/trunk/crypto-tools.setup
r20575 r25911 6 6 'crypto-tools 7 7 '( "crypto-tools.so" "crypto-tools.import.so" ) 8 '((version 1. 2)8 '((version 1.3) 9 9 (static "crypto-tools.o") ;; for static linking 10 10 (documentation "crypto-tools.html")))
Note: See TracChangeset
for help on using the changeset viewer.