[gmime/gmime-2-4] bumped version info to 2.4.12



commit 2afb7923d22da44b037d781e0295b57825364222
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Tue Jan 12 11:24:02 2010 -0500

    bumped version info to 2.4.12

 ChangeLog                 |    8 ++++++++
 README                    |    2 +-
 build/vs2008/gmime.vcproj |    4 ++--
 configure.in              |    2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba241c5..e22ded2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-01-12  Jeffrey Stedfast  <fejj novell com>
 
+	* README: Bumped version
+
+	* configure.in: Bumped version to 2.4.12
+
+	* build/vs2008/gmime.vcproj: Bumped version.
+
+2010-01-12  Jeffrey Stedfast  <fejj novell com>
+
 	* gmime/gmime-utils.c (g_mime_utils_decode_8bit): Make sure to
 	always increment inptr as we force-convert it to ascii. Thanks to
 	Damian Pietras for finding this bug.
diff --git a/README b/README
index 82bfa42..6813163 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            GMime, version 2.4.11
+                            GMime, version 2.4.12
                    by Jeffrey Stedfast <fejj gnome org>
 
 
diff --git a/build/vs2008/gmime.vcproj b/build/vs2008/gmime.vcproj
index d54b070..db2578b 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;11&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;12&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;11&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;12&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 d3b2892..00be162 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=11
+GMIME_MICRO_VERSION=12
 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]