Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / verstag.c
old mode 100755 (executable)
new mode 100644 (file)
index 0605bdf..f0afc47
--- a/verstag.c
+++ b/verstag.c
@@ -1,8 +1,8 @@
-/*!
+/**
  * \file
  * <!--
- * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See devlib/README for information.
+ * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/)
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \version $Id$
@@ -11,7 +11,7 @@
  *
  * \brief Define application version strings
  */
-#include "verstag.h"
+#include <verstag.h>
 
 /*
  * "buildrev.h" is auto-generated by the build infrastructure,
@@ -20,7 +20,7 @@
 #include "buildrev.h"
 
 const char vers_tag[] = VERS_TAG;
-const int vers_build_nr = VERS_BUILD;
 const char vers_build_str[] = _STRINGIZE(VERS_BUILD);
 const char vers_host[] = VERS_HOST;
+const int vers_build_nr = VERS_BUILD;