~ubuntu-branches/debian/sid/upx-ucl/sid

« back to all changes in this revision

Viewing changes to src/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2009-10-16 12:56:47 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091016125647-vity1npel2qsmr9c
Tags: 3.04-1
* New upstream release:
  + FTBFS with gcc 4.4 fixed by upstream (closes: #548566).
* p_mach.cpp: Fix from upstream vcs: mach/fat needs seek() 
  after set_extent().

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define UPX_VERSION_HEX         0x030300        /* 03.03.00 */
2
 
#define UPX_VERSION_STRING      "3.03"
3
 
#define UPX_VERSION_STRING4     "3.03"
4
 
#define UPX_VERSION_DATE        "Apr 27th 2008"
5
 
#define UPX_VERSION_DATE_ISO    "2008-04-27"
6
 
#define UPX_VERSION_YEAR        "2008"
 
1
#define UPX_VERSION_HEX         0x030400        /* 03.04.00 */
 
2
#define UPX_VERSION_STRING      "3.04"
 
3
#define UPX_VERSION_STRING4     "3.04"
 
4
#define UPX_VERSION_DATE        "Sep 27th 2009"
 
5
#define UPX_VERSION_DATE_ISO    "2009-09-27"
 
6
#define UPX_VERSION_YEAR        "2009"