File: eca-version.cpp

package info (click to toggle)
ecasound 2.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,292 kB
  • sloc: cpp: 39,475; sh: 4,335; lisp: 1,918; ansic: 1,883; makefile: 888; python: 617; ruby: 202
file content (11 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "eca-version.h"

const long int ecasound_library_version_current = LIBECASOUND_VERSION;
const long int ecasound_library_version_revision = 0;
const long int ecasound_library_version_age = LIBECASOUND_VERSION_AGE;

const char* ecasound_library_version = VERSION;