File: version.h

package info (click to toggle)
pipexec 2.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,632 kB
  • sloc: sh: 11,616; ansic: 861; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#ifndef PIPEXEC_VERSION_H
#define PIPEXEC_VERSION_H

extern char const app_version[];

extern char const desc_copyight[];
extern char const desc_license[];

#endif