Revision: 4989
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4989&view=rev
Author:   bphinz
Date:     2012-09-01 20:54:12 +0000 (Sat, 01 Sep 2012)
Log Message:
-----------
Updated copyright notice, fixed build string

Modified Paths:
--------------
    trunk/java/CMakeLists.txt
    trunk/java/com/tigervnc/vncviewer/VncViewer.java

Modified: trunk/java/CMakeLists.txt
===================================================================
--- trunk/java/CMakeLists.txt   2012-09-01 19:24:26 UTC (rev 4988)
+++ trunk/java/CMakeLists.txt   2012-09-01 20:54:12 UTC (rev 4989)
@@ -1,7 +1,9 @@
 cmake_minimum_required(VERSION 2.8)
 
 project(tigervnc-java Java)
-set(VERSION 1.2.80)
+if(NOT VERSION)
+  set(VERSION 1.2.80)
+endif()
 
 find_package(Java)
 
@@ -14,10 +16,14 @@
 set(JAVA_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${CLASSPATH})
 set(JAVA_BINDIR ${CMAKE_CURRENT_BINARY_DIR}/${CLASSPATH})
 
+if(NOT BUILD)
+       execute_process(COMMAND "date" "+%Y%m%d" OUTPUT_VARIABLE BUILD)
+endif()
 execute_process(COMMAND "date" "+%b %d %Y" OUTPUT_VARIABLE JAVA_DATE)
 execute_process(COMMAND "date" "+%H:%M:%S" OUTPUT_VARIABLE JAVA_TIME)
 string(REGEX REPLACE "\n" "" JAVA_DATE ${JAVA_DATE})
 string(REGEX REPLACE "\n" "" JAVA_TIME ${JAVA_TIME})
+string(REGEX REPLACE "\n" "" BUILD ${BUILD})
 
 set(JAVA_CLASSNAMES
   CConn

Modified: trunk/java/com/tigervnc/vncviewer/VncViewer.java
===================================================================
--- trunk/java/com/tigervnc/vncviewer/VncViewer.java    2012-09-01 19:24:26 UTC 
(rev 4988)
+++ trunk/java/com/tigervnc/vncviewer/VncViewer.java    2012-09-01 20:54:12 UTC 
(rev 4989)
@@ -54,7 +54,7 @@
 {
   public static final String aboutText = new String("TigerVNC Java Viewer v%s 
(%s)%n"+
                                                     "Built on %s at %s%n"+
-                                                    "Copyright (C) 1999-2011 
TigerVNC Team and many others (see README.txt)%n"+
+                                                    "Copyright (C) 1999-2012 
TigerVNC Team and many others (see README.txt)%n"+
                                                     "See 
http://www.tigervnc.org for information on TigerVNC.");
                                            
   public static String version = null;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Tigervnc-commits mailing list
Tigervnc-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to