Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        config.c main.c 


Log Message:
Use same configure.in/spec file setup in e16 and epplets.

===================================================================
RCS file: /cvs/e/e16/e/src/config.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -3 -r1.155 -r1.156
--- config.c    17 Jan 2007 01:10:42 -0000      1.155
+++ config.c    18 Mar 2007 01:08:10 -0000      1.156
@@ -203,7 +203,7 @@
             "-D USER_SHELL=%s " "-D ENLIGHTENMENT_VERSION_015=1 "
             "%s %s",
             epp_path, EDirRoot(), Mode.theme.path, EDirRoot(),
-            ENLIGHTENMENT_VERSION, EDirRoot(), EDirBin(),
+            E_PKG_VERSION, EDirRoot(), EDirBin(),
             Mode.theme.path, EDirUser(), EDirUserCache(), VRoot.w,
             VRoot.h, VRoot.w, VRoot.h, VRoot.depth, def_user, def_home,
             def_shell, path, dest);
===================================================================
RCS file: /cvs/e/e16/e/src/main.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -3 -r1.156 -r1.157
--- main.c      15 Jan 2007 02:43:54 -0000      1.156
+++ main.c      18 Mar 2007 01:08:10 -0000      1.157
@@ -41,7 +41,12 @@
 #include <time.h>
 
 const char          e_wm_name[] = "Enlightenment";
-const char          e_wm_version[] = ENLIGHTENMENT_REVNAME;
+
+#ifdef E_PKG_REVISION
+const char          e_wm_version[] = E_PKG_VERSION "-" E_PKG_REVISION;
+#else
+const char          e_wm_version[] = E_PKG_VERSION;
+#endif
 const char          e_wm_date[] = E_CHECKOUT_DATE;
 
 Display            *disp;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to