~linuxjedi/libdrizzle/5.1-tests

« back to all changes in this revision

Viewing changes to tests/unit/escape.c

  • Committer: Andrew Hutchings
  • Date: 2012-12-24 10:20:04 UTC
  • Revision ID: andrew@linuxjedi.co.uk-20121224102004-wsm3lzmyageb96yu
Tags: 5.1.0
Release fixing

* Version things correcty for 5.1 release
* Fix spec file
* Add AUTHORS and COPYING files

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "config.h"
39
39
 
40
 
#include <libdrizzle-5.0/drizzle_client.h>
 
40
#include <libdrizzle-5.1/libdrizzle.h>
41
41
#include <stdio.h>
42
42
#include <stdlib.h>
43
43