← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 330: self-documenation for Makefile, issue #71

 

------------------------------------------------------------
revno: 330
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Fri 2012-09-07 07:37:25 +0100
message:
  self-documenation for Makefile, issue #71
modified:
  Makefile


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'Makefile'
--- Makefile	2012-08-15 12:16:03 +0000
+++ Makefile	2012-09-07 06:37:25 +0000
@@ -9,7 +9,9 @@
 
 
 
-VERSION="0.5.0"
+## Global Version of the project , must be updated in each significant change in the API
+# 0.7.00 is the initial version 
+VERSION="0.7.00"
 
 API_PATH="./src/"
 QIMPORT=$(API_PATH)"alfanous-import/main.py"