File: svn_version.cpp

package info (click to toggle)
nzbget 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,628 kB
  • sloc: cpp: 45,725; sh: 3,747; makefile: 53
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
/* 383 */
/* This file is automatically regenerated on each build. Do not edit it. */
const char* svn_version(void)
{
	const char* SVN_Version = "383";
	return SVN_Version;
}