~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to include/FLAC++/export.h

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20070529225636-p8lkii0r0kp50pns
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libFLAC++ - Free Lossless Audio Codec library
2
 
 * Copyright (C) 2002,2003,2004,2005  Josh Coalson
 
2
 * Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
3
3
 *
4
4
 * Redistribution and use in source and binary forms, with or without
5
5
 * modification, are permitted provided that the following conditions
44
44
 
45
45
#endif
46
46
#endif
 
47
 
 
48
/* These #defines will mirror the libtool-based library version number, see
 
49
 * http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
 
50
 */
 
51
#define FLACPP_API_VERSION_CURRENT 6
 
52
#define FLACPP_API_VERSION_REVISION 1
 
53
#define FLACPP_API_VERSION_AGE 0
 
54
 
47
55
#endif