~linuxjedi/libdrizzle/5.1-optimize

« back to all changes in this revision

Viewing changes to docs/examples/binlog.rst

  • 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:
3
3
 
4
4
.. code-block:: c
5
5
 
6
 
    #include <libdrizzle-5.0/libdrizzle.h>
 
6
    #include <libdrizzle-5.1/libdrizzle.h>
7
7
    #include <stdio.h>
8
8
    #include <stdlib.h>
9
9