/[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 869 by capela, Thu Jun 1 08:32:16 2006 UTC revision 3519 by capela, Sun Jun 30 17:01:00 2019 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     liblscp - LinuxSampler Control Protocol API     liblscp - LinuxSampler Control Protocol API
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2019, 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 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15     Lesser General Public License for more details.     Lesser General Public License for more details.
16    
17     You should have received a copy of the GNU Lesser General Public     You should have received a copy of the GNU General Public License along
18     License along with this library; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  *****************************************************************************/  *****************************************************************************/
22    
# Line 25  Line 25 
25    
26  #define LSCP_PACKAGE    "@PACKAGE@"  #define LSCP_PACKAGE    "@PACKAGE@"
27  #define LSCP_VERSION    "@VERSION@"  #define LSCP_VERSION    "@VERSION@"
28    #define LSCP_BUILD      "@ac_build_version@"
29    
30  #endif // __LSCP_VERSION_H  #endif // __LSCP_VERSION_H
31    

Legend:
Removed from v.869  
changed lines
  Added in v.3519

  ViewVC Help
Powered by ViewVC