File: svn_version.cpp

package info (click to toggle)
nzbget 13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,724 kB
  • ctags: 4,008
  • sloc: cpp: 36,921; sh: 3,454; objc: 1,085; makefile: 267; python: 110
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
/* 1054 */
/* This file is automatically regenerated on each build. Do not edit it. */
const char* svn_version(void)
{
	const char* SVN_Version = "1054";
	return SVN_Version;
}