~ubuntu-branches/debian/jessie/gnome-terminal/jessie

« back to all changes in this revision

Viewing changes to src/terminal-version.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-18 17:57:12 UTC
  • mfrom: (1.6.14)
  • Revision ID: package-import@ubuntu.com-20120418175712-ld7ehk7t4x2gi91m
Tags: 3.4.1.1-1
New upstream translation release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#define TERMINAL_MAJOR_VERSION (3)
27
27
#define TERMINAL_MINOR_VERSION (4)
28
 
#define TERMINAL_MICRO_VERSION (0)
 
28
#define TERMINAL_MICRO_VERSION (1)
29
29
 
30
30
#define TERMINAL_CHECK_VERSION(major,minor,micro) \
31
31
  (TERMINAL_MAJOR_VERSION > (major) || \