~ubuntu-branches/ubuntu/dapper/libotr/dapper

« back to all changes in this revision

Viewing changes to src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2006-01-02 19:52:18 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060102195218-wb8803196y9mycx6
Tags: 3.0.0-2
Fix typo: "malformed messahes" (Closes: #345400)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef __VERSION_H__
21
21
#define __VERSION_H__
22
22
 
23
 
#define OTRL_VERSION "2.0.2"
 
23
#define OTRL_VERSION "3.0.0"
24
24
 
25
 
#define OTRL_VERSION_MAJOR 2
 
25
#define OTRL_VERSION_MAJOR 3
26
26
#define OTRL_VERSION_MINOR 0
27
 
#define OTRL_VERSION_SUB 2
 
27
#define OTRL_VERSION_SUB 0
28
28
 
29
29
#endif