~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): Michael Biebl
  • Date: 2012-05-19 19:20:27 UTC
  • mfrom: (1.1.47) (27.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120519192027-nn4vwn7auyo91d47
Tags: 2:3.4.3-1
New upstream release.

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                 (1)
 
50
#define LIBANJUTA_MICRO_VERSION                 (3)
51
51
 
52
52
/**
53
53
 * LIBANJUTA_VERSION
54
54
 *
55
55
 * Anjuta version.
56
56
 */
57
 
#define LIBANJUTA_VERSION                                       (3.4.1)
 
57
#define LIBANJUTA_VERSION                                       (3.4.3)
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.4.1"
 
65
#define LIBANJUTA_VERSION_S                             "3.4.3"
66
66
 
67
67
/**
68
68
 * LIBANJUTA_VERSION_HEX: