Author: akv
Date: 2011-03-31 23:14:49 +0200 (Thu, 31 Mar 2011)
New Revision: 3949

Modified:
   trunk/.version
   trunk/configure.in
   trunk/librawstudio/Makefile.am
   trunk/librawstudio/rawstudio-2.0BETA1.pc.in
Log:
Bumped version to 2.0RC1

Modified: trunk/.version
===================================================================
--- trunk/.version      2011-03-31 21:12:54 UTC (rev 3948)
+++ trunk/.version      2011-03-31 21:14:49 UTC (rev 3949)
@@ -1 +1 @@
-2.0BETA1
+2.0RC1

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in  2011-03-31 21:12:54 UTC (rev 3948)
+++ trunk/configure.in  2011-03-31 21:14:49 UTC (rev 3949)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(rawstudio, 2.0BETA1)
+AM_INIT_AUTOMAKE(rawstudio, 2.0RC1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 AM_PROG_LIBTOOL
@@ -162,7 +162,7 @@
 AC_OUTPUT([
 Makefile
 librawstudio/Makefile
-librawstudio/rawstudio-2.0BETA1.pc
+librawstudio/rawstudio-2.0RC1.pc
 plugins/Makefile
 plugins/cache/Makefile
 plugins/colorspace-adobergb/Makefile

Modified: trunk/librawstudio/Makefile.am
===================================================================
--- trunk/librawstudio/Makefile.am      2011-03-31 21:12:54 UTC (rev 3948)
+++ trunk/librawstudio/Makefile.am      2011-03-31 21:14:49 UTC (rev 3949)
@@ -61,8 +61,8 @@
        rs-gui-functions.h \
        x86-cpu.h
 
-lib_LTLIBRARIES = librawstudio-2.0BETA1.la
-librawstudio_2_0BETA1_la_SOURCES = \
+lib_LTLIBRARIES = librawstudio-2.0RC1.la
+librawstudio_2_0RC1_la_SOURCES = \
        rs-debug.c rs-debug.h \
        rs-io-job.c rs-io-job.h \
        rs-io-job-checksum.c rs-io-job-checksum.h \
@@ -112,10 +112,10 @@
        rs-gui-functions.c rs-gui-functions.h \
        rs-stock.c rs-stock.h
 
-librawstudio_2_0BETA1_la_LIBADD = @PACKAGE_LIBS@ @LIBJPEG@ @LIBTIFF@ 
$(INTLLIBS)
+librawstudio_2_0RC1_la_LIBADD = @PACKAGE_LIBS@ @LIBJPEG@ @LIBTIFF@ $(INTLLIBS)
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = rawstudio-2.0BETA1.pc
+pkgconfig_DATA = rawstudio-2.0RC1.pc
 
 sharedir = $(datadir)/rawstudio/
 share_DATA = lens_fix.xml

Modified: trunk/librawstudio/rawstudio-2.0BETA1.pc.in
===================================================================
--- trunk/librawstudio/rawstudio-2.0BETA1.pc.in 2011-03-31 21:12:54 UTC (rev 
3948)
+++ trunk/librawstudio/rawstudio-2.0BETA1.pc.in 2011-03-31 21:14:49 UTC (rev 
3949)
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=@libdir@
-includedir=${prefix}/include
-plugindir=@prefix@/share/rawstudio/plugins
-
-Name: @PACKAGE@
-Description: Rawstudio backend library
-Version: @VERSION@
-Libs: -L${libdir} -l@PACKAGE@-@VERSION@
-Cflags: -I${includedir}/@PACKAGE@-@VERSION@ 
-I${libdir}/@PACKAGE@-@VERSION@/include
-Requires: gtk+-2.0


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to