Changeset 252 in Main
- Timestamp:
- Oct 4, 2024, 9:29:03 AM (6 weeks ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r221 r252 43 43 Linux Working on Debian GNU/Linux 12 (x86_64) 44 44 NetBSD Working on NetBSD/amd64 10.0 45 OpenBSD Working 45 46 Haiku Working 46 47 PlayStation Portable Working, missing module support -
trunk/README.tmpl
r221 r252 43 43 Linux Working on Debian GNU/Linux 12 (x86_64) 44 44 NetBSD Working on NetBSD/amd64 10.0 45 OpenBSD Working 45 46 Haiku Working 46 47 PlayStation Portable Working, missing module support -
trunk/Server/version.c
r219 r252 12 12 #elif defined(__NetBSD__) 13 13 "NetBSD" 14 #elif defined(__OpenBSD__) 15 "OpenBSD" 14 16 #elif defined(__linux__) 15 17 "Linux"
Note:
See TracChangeset
for help on using the changeset viewer.