From: Carl Worth Date: Mon, 5 Apr 2010 21:25:06 +0000 (-0700) Subject: Increment version to 0.1.1 X-Git-Tag: 0.2~110 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1e66fb0e22cf901dd5a3194605bb173f1acff756;ds=sidebyside Increment version to 0.1.1 After publishing the first notmuch release (0.1) to http://notmuchmail.org/releases . --- diff --git a/Makefile.local b/Makefile.local index f9fca0fa..b35cbdd8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -10,7 +10,7 @@ # repository), we add a third digit, (0.1.1, 0.1.2, etc.), and # increment it occasionally, (such as after a big batch of commits are # merged. -NOTMUCH_VERSION=0.1 +NOTMUCH_VERSION=0.1.1 # Get settings from the output of configure by running it to generate # Makefile.config if it doesn't exist yet. And add Makefile.config to