~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to libanjuta/anjuta-version.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-04 10:01:50 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20120904100150-d8i99pb0n87fb2bj
Tags: 2:3.5.91-0ubuntu1
* New upstream bugfix release
* debian/patches/00git_sourceview_includes.patch 
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 *
48
48
 * Anjuta micro version component (e.g. 3 if %LIBANJUTA_VERSION is 1.2.3)
49
49
 */
50
 
#define LIBANJUTA_MICRO_VERSION                 (5)
 
50
#define LIBANJUTA_MICRO_VERSION                 (91)
51
51
 
52
52
/**
53
53
 * LIBANJUTA_VERSION
54
54
 *
55
55
 * Anjuta version.
56
56
 */
57
 
#define LIBANJUTA_VERSION                                       (3.5.5)
 
57
#define LIBANJUTA_VERSION                                       (3.5.91)
58
58
 
59
59
/**
60
60
 * LIBANJUTA_VERSION_S:
62
62
 * Anjuta version, encoded as a string, useful for printing and
63
63
 * concatenation.
64
64
 */
65
 
#define LIBANJUTA_VERSION_S                             "3.5.5"
 
65
#define LIBANJUTA_VERSION_S                             "3.5.91"
66
66
 
67
67
/**
68
68
 * LIBANJUTA_VERSION_HEX: