diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
commit | f86998b3e0c689ca234245343aa75e7cdc5519d3 (patch) | |
tree | 128a863ea8bae0cae204735bab96f67054b6b073 /Makefile | |
parent | c2b6279de0c09f62ef2a43e1f35955046600e74c (diff) | |
download | smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.gz smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.xz |
merge back to trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ SHELL = /bin/sh -VERSION = 20060829_trunk +VERSION = 2.1.0 ############ A is for features ############ B is for bugfixes ############ V.AAABBB ############ 2.000001 ############ 2.000002 -NUMVERSION = 20060829 +NUMVERSION = 2.001000 IGNORE = ~|CVS|var/|smokeping-$(VERSION)/smokeping-$(VERSION)|cvsignore|rej|orig|DEAD|pod2htm[di]\.tmp|.svn GROFF = groff .PHONY: man html txt ref examples check-examples patch killdoc doc tar rename-man symlinks remove-symlinks |