/[svn]/liblscp/trunk/src/client.c
ViewVC logotype

Diff of /liblscp/trunk/src/client.c

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

revision 2424 by capela, Sun Feb 24 19:02:30 2013 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-2013, 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 270  const char* lscp_client_package (void) { Line 270  const char* lscp_client_package (void) {
270  /** Retrieve the current client library version string. */  /** Retrieve the current client library version string. */
271  const char* lscp_client_version (void) { return LSCP_VERSION; }  const char* lscp_client_version (void) { return LSCP_VERSION; }
272    
273  /** Retrieve the current client library build timestamp string. */  /** Retrieve the current client library build string. */
274  const char* lscp_client_build   (void) { return __DATE__ " " __TIME__; }  const char* lscp_client_build   (void) { return LSCP_BUILD; }
275    
276    
277  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------

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

  ViewVC Help
Powered by ViewVC