~vcs-imports/gmime/master

« back to all changes in this revision

Viewing changes to tests/test-mime.c

  • Committer: Jeffrey Stedfast
  • Author(s): Jeffrey Stedfast
  • Date: 2007-02-08 06:18:41 UTC
  • Revision ID: git-v1:c55d201947d3ff3c785005b09aab459e33d6c30c
Tags: 2.2.4
Bumped version

2007-02-08  Jeffrey Stedfast  <fejj@gnome.org>

        * README: Bumped version

        * configure.in: Bumped version to 2.2.4


svn path=/trunk/; revision=1051

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
 
/*
3
 
 *  Authors: Jeffrey Stedfast <fejj@helixcode.com>
4
 
 *
5
 
 *  Copyright 2000 Helix Code, Inc. (www.helixcode.com)
 
2
/*  GMime
 
3
 *  Copyright (C) 2000-2007 Jeffrey Stedfast
6
4
 *
7
5
 *  This program is free software; you can redistribute it and/or modify
8
6
 *  it under the terms of the GNU General Public License as published by
16
14
 *
17
15
 *  You should have received a copy of the GNU General Public License
18
16
 *  along with this program; if not, write to the Free Software
19
 
 *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
20
 
 *
 
17
 *  Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
18
 */
22
19
 
 
20
 
23
21
#include <stdio.h>
24
22
#include <string.h>
25
23