diff options
author | Peter Osterlund <petero2@telia.com> | 2006-07-15 18:06:41 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-07-15 18:06:41 +0200 |
commit | e15b9432ce05a2f7182f75771f59aca9f96ce94d (patch) | |
tree | 80a160bc75a12cbf4bdbfa231c4d2b98762ea0bc /Makefile | |
parent | 2de14f06e296051e544c8eb1b6f4d8ecb0478811 (diff) |
Changed version to 0.14.6.v0.14.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ VER_LEVEL_1=0 VER_LEVEL_2=14 -VER_LEVEL_3=5 +VER_LEVEL_3=6 VERSION=$(VER_LEVEL_1).$(VER_LEVEL_2).$(VER_LEVEL_3) VERSION_ID=($(VER_LEVEL_1)*10000+$(VER_LEVEL_2)*100+$(VER_LEVEL_3)) |