[ease] Bump Flutter version to 0.4 to match with Ease.



commit f80a5bc395ff232fa1652ad08f071485249a58aa
Author: Nate Stedman <natesm gmail com>
Date:   Fri Oct 15 15:32:33 2010 -0400

    Bump Flutter version to 0.4 to match with Ease.
    
    Will probably go 1.0 soon.

 .gitignore                                         |   10 +---------
 configure.ac                                       |    4 ++--
 pkgconfig/{flutter-0.3.pc.in => flutter-0.4.pc.in} |    0
 vapi/ease-core-0.4.deps                            |    2 +-
 vapi/{flutter-0.3.deps => flutter-0.4.deps}        |    0
 5 files changed, 4 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae5a2a0..86469f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,3 @@
-# if anyone wants to use MonoDevelop
-*.sln
-*.mdproj
-*.userprefs
-*.usertasks
-*.pidb
-*~
-*bin/
-
 # Mac OS X noise
 *.AppleDouble/
 *DS_Store
@@ -75,3 +66,4 @@ POTFILES
 # some extra things
 data/ease.desktop
 stamp-*
+uncrustify
diff --git a/configure.ac b/configure.ac
index c396ca2..b323b74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.59])
 
 m4_define(ease_version, 0.4)
 m4_define(ease_core_version, 0.4)
-m4_define(flutter_version, 0.3)
+m4_define(flutter_version, 0.4)
 
 AC_INIT([Ease],
         [ease_version],
@@ -18,7 +18,7 @@ AC_CONFIG_FILES([
 	flutter/Makefile
 	ease/Makefile
 	pkgconfig/ease-core-0.4.pc
-	pkgconfig/flutter-0.3.pc])
+	pkgconfig/flutter-0.4.pc])
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
diff --git a/pkgconfig/flutter-0.3.pc.in b/pkgconfig/flutter-0.4.pc.in
similarity index 100%
rename from pkgconfig/flutter-0.3.pc.in
rename to pkgconfig/flutter-0.4.pc.in
diff --git a/vapi/ease-core-0.4.deps b/vapi/ease-core-0.4.deps
index f181131..a7fc393 100644
--- a/vapi/ease-core-0.4.deps
+++ b/vapi/ease-core-0.4.deps
@@ -1,4 +1,4 @@
-flutter-0.3
+flutter-0.4
 clutter-gtk-0.10
 gee-1.0
 json-glib-1.0
diff --git a/vapi/flutter-0.3.deps b/vapi/flutter-0.4.deps
similarity index 100%
rename from vapi/flutter-0.3.deps
rename to vapi/flutter-0.4.deps



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