File: version-msvc.c

package info (click to toggle)
n2n 3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,776 kB
  • sloc: ansic: 29,672; sh: 1,502; python: 621; makefile: 442; perl: 270; exp: 4
file content (3 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
const char * n2n_sw_version   = "2.0.0";
const char * n2n_sw_osName    = "Win32";
const char * n2n_sw_buildDate = __DATE__ " " __TIME__;