~ubuntu-branches/ubuntu/raring/remmina/raring

« back to all changes in this revision

Viewing changes to libvncserver/rfb/rfbconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2010-01-26 20:17:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126201714-i80t3aighmpv64i1
Tags: 0.7.3-1
* New upstream release.
  - Allow connecting to a VNC server via SSH tunnel by specifying
    display number instead of TCP port (Closes: #563969).

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
 
204
204
/* Define to the full name and version of this package. */
205
205
#ifndef LIBVNCSERVER_PACKAGE_STRING 
206
 
#define LIBVNCSERVER_PACKAGE_STRING  "remmina 0.7.2" 
 
206
#define LIBVNCSERVER_PACKAGE_STRING  "remmina 0.7.3" 
207
207
#endif
208
208
 
209
209
/* Define to the one symbol short name of this package. */
218
218
 
219
219
/* Define to the version of this package. */
220
220
#ifndef LIBVNCSERVER_PACKAGE_VERSION 
221
 
#define LIBVNCSERVER_PACKAGE_VERSION  "0.7.2" 
 
221
#define LIBVNCSERVER_PACKAGE_VERSION  "0.7.3" 
222
222
#endif
223
223
 
224
224
/* Define to 1 if you have the ANSI C header files. */
228
228
 
229
229
/* Version number of package */
230
230
#ifndef LIBVNCSERVER_VERSION 
231
 
#define LIBVNCSERVER_VERSION  "0.7.2" 
 
231
#define LIBVNCSERVER_VERSION  "0.7.3" 
232
232
#endif
233
233
 
234
234
/* Enable support for gnutls in libvncclient */