File: version.h

package info (click to toggle)
lepton-eda 1.9.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (8 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/* Date part of package version string. */
#define PACKAGE_DATE_VERSION "20220529"

/* Dotted part of package version string. */
#define PACKAGE_DOTTED_VERSION "1.9.18"

/* Current git commit. */
#define PACKAGE_GIT_COMMIT "d24967df88cd468f3aca2e33ed203763ea00dc7e"