~ubuntu-branches/ubuntu/utopic/openvas-server/utopic

« back to all changes in this revision

Viewing changes to include/corevers.h

  • Committer: Package Import Robot
  • Author(s): Javier Fernández-Sanguino Peña
  • Date: 2012-05-30 23:52:49 UTC
  • Revision ID: package-import@ubuntu.com-20120530235249-or96aszqy7jmyzrv
Tags: 2.0.3-6
* debian/openvas-server.config: Change the template names to openvas-server
  which prevents an installation error for users running on 'medium' or lower
  debconf priority (Closes: #674612)
* debian/openvas-server.postrm: Remove cache directory after purge 
  (Closes: #608734)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
*/
29
29
 
30
30
 
31
 
#define OVS_COMPILER   "gcc version 4.3.4 (Debian 4.3.4-2) "
 
31
#define OVS_COMPILER   "gcc version 4.3.2 (Debian 4.3.2-1.1) "
32
32
#define OVS_OS_NAME    "Linux"
33
 
#define OVS_OS_VERSION "2.6.24-1-686"
 
33
#define OVS_OS_VERSION "2.6.29.4-id1-k8-9"
34
34
 
35
35
#define PROGNAME        "OpenVAS"
36
36
#define OPENVAS_VERSION  "2.0.3"