~ubuntu-branches/ubuntu/utopic/libgtop2/utopic-proposed

« back to all changes in this revision

Viewing changes to libgtopconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-02-17 23:12:12 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217231212-yhcddg53iyuwddsl
Tags: 2.25.91-0ubuntu1
* New upstream release (LP: #330751)
  - Synced with gnome-2-24.
  - Fixed license: libgtop is GPL-2.
  - linux:
    - fixed potential memory leak.
    - fixed read(2) usage. Should fix the missing cpus bug in
      system-monitor.
  - darwin:
    - fixed build. "paul".
* debian/patches/50_linux260_leak_fix.patch removed: upstream fixed it

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define LIBGTOPCONFIG_H
3
3
 
4
4
#define LIBGTOP_MAJOR_VERSION 2
5
 
#define LIBGTOP_MINOR_VERSION 24
6
 
#define LIBGTOP_MICRO_VERSION 0
 
5
#define LIBGTOP_MINOR_VERSION 25
 
6
#define LIBGTOP_MICRO_VERSION 91
7
7
 
8
8
#endif /* LIBGTOPCONFIG_H */