~ubuntu-branches/ubuntu/saucy/htop/saucy-proposed

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Package Import Robot
  • Author(s): Eugene V. Lyubimkin
  • Date: 2012-02-19 10:24:46 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120219102446-3uor37shuh5qch7n
Tags: 1.0.1-1
* New upstream release.
  - Don't crash when trying to kill already finished process.
    (Closes: #652563, 657675)

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
#define PACKAGE_NAME "htop"
147
147
 
148
148
/* Define to the full name and version of this package. */
149
 
#define PACKAGE_STRING "htop 1.0"
 
149
#define PACKAGE_STRING "htop 1.0.1"
150
150
 
151
151
/* Define to the one symbol short name of this package. */
152
152
#define PACKAGE_TARNAME "htop"
155
155
#define PACKAGE_URL ""
156
156
 
157
157
/* Define to the version of this package. */
158
 
#define PACKAGE_VERSION "1.0"
 
158
#define PACKAGE_VERSION "1.0.1"
159
159
 
160
160
/* Path of proc filesystem */
161
161
#define PROCDIR "/proc"
189
189
 
190
190
 
191
191
/* Version number of package */
192
 
#define VERSION "1.0"
 
192
#define VERSION "1.0.1"
193
193
 
194
194
/* Define to 1 if on MINIX. */
195
195
/* #undef _MINIX */