/[svn]/liblscp/trunk/lscp/version.h.in
ViewVC logotype

Diff of /liblscp/trunk/lscp/version.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3865 by capela, Thu Dec 17 08:36:44 2020 UTC revision 3866 by capela, Sat Mar 27 12:17:51 2021 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     liblscp - LinuxSampler Control Protocol API     liblscp - LinuxSampler Control Protocol API
5     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This library is free software; you can redistribute it and/or     This library is free software; you can redistribute it and/or
8     modify it under the terms of the GNU Lesser General Public     modify it under the terms of the GNU Lesser General Public
# Line 23  Line 23 
23  #ifndef __LSCP_VERSION_H  #ifndef __LSCP_VERSION_H
24  #define __LSCP_VERSION_H  #define __LSCP_VERSION_H
25    
26  #define LSCP_PACKAGE    "@PACKAGE@"  #define LSCP_PACKAGE    "@PACKAGE_NAME@"
27  #define LSCP_VERSION    "@VERSION@"  #define LSCP_VERSION    "@PACKAGE_VERSION@"
28  #define LSCP_BUILD      "@ac_build_version@"  #define LSCP_BUILD      "@ac_version@"
29    
30  #endif // __LSCP_VERSION_H  #endif // __LSCP_VERSION_H
31    

Legend:
Removed from v.3865  
changed lines
  Added in v.3866

  ViewVC Help
Powered by ViewVC