File: infos.h

package info (click to toggle)
aspectc%2B%2B 1%3A1.1%2Bsvn20120529-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 222,560 kB
  • sloc: cpp: 3,935,531; ansic: 18,166; pascal: 14,783; sh: 2,188; makefile: 1,110; python: 340
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef __ac_infos_h__
#define __ac_infos_h__

#define AC_VERSION "1.1"
#define COMPANY_NAME "www.aspectc.org"
#define COPYRIGHT "Gnu Public License (GPL)"

#endif