Skip to content

Commit

Permalink
Prepartion for 3.2.7 packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallacher committed Feb 3, 2006
1 parent 0a51bd7 commit af46e7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Feb 3 2006 - 3.2.7 is being tagged

Jan 16 2006 - 3.2.6 final is being tagged (no changes from 3.2.6b)

Jan 14 2006 - 3.2.6b is being tagged
Expand Down
2 changes: 1 addition & 1 deletion lib/python/mod_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
__all__ = ["apache", "cgihandler", "psp",
"publisher", "util", "python22"]

version = "3.2.7dev-20060202"
version = "3.2.7"

2 changes: 1 addition & 1 deletion src/include/mpversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#define MPV_MINOR 2
#define MPV_PATCH 7
#define MPV_BUILD 20060202
#define MPV_STRING "3.2.7dev-20060202"
#define MPV_STRING "3.2.7"

0 comments on commit af46e7f

Please sign in to comment.