summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@gnome.org>2012-11-03 12:28:41 -0400
committerJeffrey Stedfast <fejj@gnome.org>2012-11-03 12:28:41 -0400
commit9479e01b67fe50b9e11aafd2f1811036dfe60857 (patch)
tree5a8cd3437ebb07cf6786a3d5aafd295f2dad9c58
parent0582588f3a517f43f08a493ec1344f4655c0d05f (diff)
downloadgmime-2-4.tar.gz
Bumped version to 2.4.33GMIME_2_4_332.4.33gmime-2-4
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--build/vs2008/gmime.vcproj4
-rw-r--r--configure.in2
4 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 217c5146..1fdc2ce6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-02 Jeffrey Stedfast <fejj@gnome.org>
+
+ * README: Bumped version
+
+ * configure.in: Bumped version to 2.4.33
+
+ * build/vs2008/gmime.vcproj: Bumped version.
+
2012-10-27 Jeffrey Stedfast <fejj@gnome.org>
* gmime/gmime-stream-filter.c (stream_read): Initialize presize to
diff --git a/README b/README
index efebf3ea..7b786117 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- GMime, version 2.4.32
+ GMime, version 2.4.33
by Jeffrey Stedfast <fejj@gnome.org>
diff --git a/build/vs2008/gmime.vcproj b/build/vs2008/gmime.vcproj
index 8cec71cb..f1cb8b8a 100644
--- a/build/vs2008/gmime.vcproj
+++ b/build/vs2008/gmime.vcproj
@@ -41,7 +41,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;32&quot;"
+ AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;33&quot;"
Optimization="0"
AdditionalIncludeDirectories="&quot;..\..\&quot;; &quot;..\..\util&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\&quot;GMime\&quot;"
@@ -106,7 +106,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;32&quot;"
+ AdditionalOptions="/D &quot;GMIME_MAJOR_VERSION&quot;=&quot;2&quot; /D &quot;GMIME_MINOR_VERSION&quot;=&quot;4&quot; /D &quot;GMIME_MICRO_VERSION&quot;=&quot;33&quot;"
AdditionalIncludeDirectories="&quot;..\..\&quot;; &quot;..\..\util&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\&quot;GMime\&quot;"
RuntimeLibrary="2"
diff --git a/configure.in b/configure.in
index 9f1dc09f..6e079741 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AM_CONFIG_HEADER(config.h)
GMIME_MAJOR_VERSION=2
GMIME_MINOR_VERSION=4
-GMIME_MICRO_VERSION=32
+GMIME_MICRO_VERSION=33
GMIME_VERSION=$GMIME_MAJOR_VERSION.$GMIME_MINOR_VERSION.$GMIME_MICRO_VERSION
GMIME_VERSION_INFO=`expr $GMIME_MAJOR_VERSION + $GMIME_MINOR_VERSION`:$GMIME_MICRO_VERSION:$GMIME_MINOR_VERSION